/* ================================================================= */
Note: 
	Kwiki-ModPerl plugin installed! Now you should modify
	your Apache configuration:

	<Location /kwiki>
		SetHandler  perl-script
		PerlSetVar  KwikiBaseDir /path/to/webroot/kwiki
		PerlHandler +Kwiki::ModPerl
	</Location>

	If you have a custom lib directory for your Kwiki:

	<Perl>
		use lib '/path/to/webroot/kwiki/lib';
	</Perl>

	If you're using mod_perl2, please ensure that the following
	modules are referenced by either your httpd.conf or a file
	referenced by a PerlRequire directive:

	Apache2::URI
	Apache2::SubRequest
	Apache2::ServerUtil
	Apache2::Response
	Apache2::RequestUtil
	Apache2::RequestIO
	Apache2::Request
	Apache2::Log
	Apache2::Access
	Apache2::Const
	APR::Table

	Most mod_perl 2 applications require these modules at a minimum, so you
	may have them listed already.

/* ================================================================= */
