Perrin Harkins wrote:
On Tue, 2006-11-14 at 14:16 -0700, Iván Chavero wrote:
I'm doing tests on a fresh install with one virtual host, here's my virtualhost config file:

Try commenting out all of the other Directory, FilesMatch, and Location
blocks.  Also, try changing PerlResponseHandler for that block to
something that doesn't exist and verify that it's at least running that
part.

- Perrin

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

--
Iván Chavero
Administrador de Sistemas UNIX
CGTI/DSE
Universidad Autónoma de Chihuahua
[EMAIL PROTECTED]
http://cgti.uach.mx
Tel. 614 439 18 35 ext 1728

Reply via email to