Andrew Charnley wrote:
LoadModule dir_module         libexec/apache/mod_dir.so
DirectoryIndex index.pl


Just going to test your method now.

that's certainly a stale config. Just remove the line:

LoadModule dir_module         libexec/apache/mod_dir.so

check that httpd has it built-in via:

httpd -l

if not rebuild modperl adding APACI_ARGS options telling Apache to compile mod_dir in.
http://perl.apache.org/docs/1.0/guide/install.html#APACI_ARGS


--
__________________________________________________________________
Stas Bekman            JAm_pH ------> Just Another mod_perl Hacker
http://stason.org/     mod_perl Guide ---> http://perl.apache.org
mailto:[EMAIL PROTECTED] http://use.perl.org http://apacheweek.com
http://modperlbook.org http://apache.org   http://ticketmaster.com

--
Report problems: http://perl.apache.org/bugs/
Mail list info: http://perl.apache.org/maillist/modperl.html
List etiquette: http://perl.apache.org/maillist/email-etiquette.html



Reply via email to