Forum Moderators: phranque
[httpd.apache.org...]
You'll have to load the following modules in httpd.conf:
mod_include
mod_cgi
mod_expires
like:
LoadModule include_module /usr/lib/apache/1.3/mod_include.so
LoadModule cgi_module /usr/lib/apache/1.3/mod_cgi.so
LoadModule mod_expires /usr/lib/apache/1.3/mod_expires.so and perhaps this:
LoadModule perl_module /usr/lib/apache/1.3/mod_perl.so
LoadModule php4_module /usr/lib/apache/1.3/libphp4.so Remember to restart apache after editing httpd.conf....
@ngelot