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

Re: PerlAuthenHandler mod_perl 2.0.2, apache 2.2.2 & 2.2.3 problem


On Tue, 2006-11-14 at 14:40 -0700, Iván Chavero wrote:
> I've comented everything and left only this Location
> 
> Alias /prueba /www/imcsk8.example.com/auth
>   <Location /prueba>
>       SetHandler perl-script
>       PerlResponseHandler NONEXISTENTMODULE
>       PerlAuthenHandler NONEXISTENTMODULE
>       Options +ExecCGI
>       AuthType Basic
>       AuthName "The Gate"
>       Require valid-user
>   </Location>
> 
> I get no errors on my log files, just the forbidden message on the browser

That sounds like you aren't even hitting this server.  Try shutting it
down and see if you still get a response.  You have no other
VirtualHosts in there?  Sometimes your request will fail to match the
VirtualHost you expected it to hit and fall through to the default
server (i.e. the first thing configured) instead.

- Perrin


Mail converted by mhonarc 2.6.15
This archive provided courtesy of JSW4.NET, Internet Hosting Services for Small Business.