/* ================================================================= */ Note: Kwiki-ModPerl plugin installed! Now you should modify your Apache configuration: SetHandler perl-script PerlSetVar KwikiBaseDir /path/to/webroot/kwiki PerlHandler +Kwiki::ModPerl If you have a custom lib directory for your Kwiki: use lib '/path/to/webroot/kwiki/lib'; 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. /* ================================================================= */