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