You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@httpd.apache.org by Peter J <pj...@system03.freeserve.co.uk> on 2002/08/13 15:24:44 UTC

htpasswd +

Hi all,

This has me stumped - why cant I get the second directives to work
with htaccess/htpasswd authentication but the first does work?
Any advice GREATLY appreciated.

FIRST DOES WORK:

<Directory "/home/myuser/mysite.com/cgi-bin">          
  AllowOverride AuthConfig
  Options None
  Order allow,deny
  Allow from all
</Directory>

SECOND DOESNT WORK:

<Location /cgi-bin/>
 SetHandler perl-script
 PerlHandler Apache::PerlRun 
 Options -Indexes ExecCGI
 PerlSendHeader On
 AllowOverride AuthConfig
 Order allow,deny
 allow from all
</Location>

- Peter.


---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org
For additional commands, e-mail: users-help@httpd.apache.org