blob: 24679822ada082681f2bbbbaab93ac5a9d031d59 (
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
|
/* ================================================================= */
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 add the following line
into your httpd.conf:
PerlModule Apache2
/* ================================================================= */
|