Hi
        I have installed Apache::Sandwich on FreeBSD 3.4/Apache 1.3.12/mod_perl
1.24 and have noticed in working with it that if I call a URL like:
http://www.domain.com/test/index.html , it works fine and puts the
header and footer on the file. But, if I call:
http://www.domain.com/test/ , I get:
------
Not Found

The requested URL /test/ was not found on this server.
------
My perl.conf file contains:

<Location /test>
        SetHandler perl-script
        PerlHandler Apache::Sandwich
        PerlSetVar HEADER "/body.html"
        PerlSetVar FOOTER "/bottom.html"
</LOCATION>

Another curious thing is that the 404 error is not being logged in my
error log.

Is there a way to allow directory indexes with Apache::Sandwich?

Thanks
-- 
Clint Gilders
Servermaster Onlinehobbyist Inc.
[EMAIL PROTECTED]

Reply via email to