2009/7/17 MK <halfcountp...@intergate.com>:
> <Directory /var/www/html/codebank>
>    SetHandler perl-script
>    PerlHandler HTML::Mason::ApacheHandler
>    AddType text/html mhtml
>    AddType text/html comp
>    AddHandler perl-script mhtml comp
> </Directory>
>
> If I load *localhost/codebank/index.html*, there is no problem.
> However, if I try to load *localhost/codebank/*, I get a 404 error.
[...]
> In error.log I get "Attempt to serve directory: /var/www/html/codebank"
> when the 404 occurs.  How can I get apache to deal properly with this
> directory without having to include the fullpath of the index?

In contrast to trunk (becoming 2.3/2.4) DirectoryIndex won't work if
you force a handler (for everything) via SetHandler. You can
work-around this issue by placing the Sethandler directive into a
<Files *> container (i.e. restrict it to files). But anyway; since
you're using AddHanler, too, I'm wondering if you really need
SetHandler here.

Bob

---------------------------------------------------------------------
The official User-To-User support forum of the Apache HTTP Server Project.
See <URL:http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: users-unsubscr...@httpd.apache.org
   "   from the digest: users-digest-unsubscr...@httpd.apache.org
For additional commands, e-mail: users-h...@httpd.apache.org

Reply via email to