On 10/12/2007, Paul <[EMAIL PROTECTED]> wrote:
> Thanks, I have tried using <Directory> but I haven't got it to prompt
> for a username and password yet. I just copied the contents of .htaccess:
>
> <Directory /var/www/mysite/stats>
> AuthType Basic
> AuthName 'Members Only'
> AuthUserFile /var/www/mysite/.htpasswd
> <limit GET PUT POST>
> require valid-user
> </limit>
> </Directory>

Please read the regdeveloper link I posted. It'll show why Limit is
wrong too :-)

And don't put your passwords file in the document root. Even with a
block on .ht* files that's just asking for trouble.

-- 
noodl

---------------------------------------------------------------------
The official User-To-User support forum of the Apache HTTP Server Project.
See <URL:http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: [EMAIL PROTECTED]
   "   from the digest: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to