blob: 9ff5c9c5916ad47cc838e29206f430bee0fc720d (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
|
/* ================================================================= */
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.
/* ================================================================= */
|