Hey mod_perl users,

I am trying to use Apache::AuthenCache as my authentication handler for my server.  I 
keep getting a FORBIDDEN error each time I try to access the index.html page by only 
typing the URL up to the directory.

Example:

//FORBIDDEN ERROR
http://elvis.arl.psu.edu:9092/footer

//IT WORKS
http://elvis.arl.psu.edu:9092/footer/
http://elvis.arl.psu.edu:9092/footer/index.html

I have Embedded Perl version 5.00503 for Apache/1.3.26 (Unix) mod_perl/1.27 

It works if I use  $r->notes('AuthenCache' => 'hit') in the AuthenCache code, which 
doesn't make sense.  I should be allowed to use
set_handlers() with my version of mod_perl.

I will appreciate any AuthenCache users help on solving this frustrating bug. Let me 
know any additional information that I should post. Thanks.

Jose J Sole
[EMAIL PROTECTED]

Reply via email to