NOTE: If you are a developer, please use a private wiki based on foswiki/trunk on a daily base ...or use
trunk.foswiki.org to view this page for some minimal testing.
Use
Item11383 for general documentation changes for release 1.1.5. Use
Item9693 for docu changes for release 2.0.
Item8498: Should mention how to ensure mod_perl is enabled in apache
Should mention how to ensure mod_perl is enabled in apache:
run 'apache2ctl -M | grep perl_module' to see which modules are enabled and then, if needed, enable mod_perl (with 'a2enmod mod_perl').
--
MartinCleaver - 11 Feb 2010
also, this information may be available in configure's "Environment Variables" section. a sample:
| SERVER_SIGNATURE |
Apache/2.2.9 (Debian) mod_apreq2-20051231/2.6.0 mod_perl/2.0.4 Perl/v5.10.0 Server at 127.0.0.1 Port 2116 |
| SERVER_SOFTWARE |
Apache/2.2.9 (Debian) mod_apreq2-20051231/2.6.0 mod_perl/2.0.4 Perl/v5.10.0 |
--
WillNorris - 14 Feb 2010