README for usemod 1.x
REQUIREMENTS
PRE-INSTALL
POST-INSTALL
1. Add the following directives to httpd.conf:
Options None
AllowOverride None
Order deny,allow
Deny from all
Alias /pub /var/www/usemod/pub/
Options None
Allow from all
2. If you have mod_perl installed, which gives an huge
performance boost, you should add this too:
LoadModule perl_module lib/apache/mod_perl.so
Alias /wiki /var/www/cgi-bin/wiki.pl
SetHandler perl-script
PerlResponseHandler ModPerl::Registry
PerlOptions +ParseHeaders
Options ExecCGI
3. Point you browser to http:///wiki
(mod_perl) or http://cgi-bin/wiki.pl
and enjoy ;-)
PRECAUTION