Re: Attempt to serve directory:

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



2009/7/17 MK <halfcountplus@xxxxxxxxxxxxx>:
> <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-unsubscribe@xxxxxxxxxxxxxxxx
   "   from the digest: users-digest-unsubscribe@xxxxxxxxxxxxxxxx
For additional commands, e-mail: users-help@xxxxxxxxxxxxxxxx


[Index of Archives]     [Open SSH Users]     [Linux ACPI]     [Linux Kernel]     [Linux Laptop]     [Kernel Newbies]     [Security]     [Netfilter]     [Bugtraq]     [Squid]     [Yosemite News]     [MIPS Linux]     [ARM Linux]     [Linux Security]     [Linux RAID]     [Samba]     [Video 4 Linux]     [Device Mapper]

  Powered by Linux