Subject: | Problems with Apache configuration |
I ran into the issue mentioned in the POD regarding seeing the source
for the Kwiki index.cgi. The issue can be solved (on Apache 2 at least)
with the following configuration. The change is to use Directory rather
than Location.
<Directory /kwiki>
SetHandler perl-script
PerlSetVar KwikiBaseDir /path/to/webroot/kwiki
PerlHandler +Kwiki::ModPerl
</Directory>