freebsd-ports/www/p5-Kwiki-ModPerl/pkg-message
Jean-Yves Lefort 144e605d3f - Update to 0.08 (unbreaks the port)
- Improve pkg-message
- Pass maintainership to submitter

PR:		ports/82631
Submitted by:	Christopher Nehren <apeiron@coitusmentis.info>
2005-06-29 12:12:29 +00:00

38 lines
947 B
Plaintext

/* ================================================================= */
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.
/* ================================================================= */