skeliten
10-14-2001, 03:48 AM
Hey there, Thanks for looking at this with me:
I have a .htaccess in the directory I wish to secure:
The file reads as follows (some names have been changed to protect the innocent):
AuthName "zone"
AuthType Basic
AuthUserFile /var/www/auth/.htpasswd
AuthGroupFile /var/www/auth/.htgroup
<Limit GET>
require group group
</Limit>
I have verified the location of the password and group files.
They are both owner and world readable
This .htaccess file is in the directory I wish to protect.
It does not work, no security is apparent.
The mod_auth and mod_access are both in my config file and the filename for access files is set to .htaccess.
any suggesstions?
Thanks in advance:
I have a .htaccess in the directory I wish to secure:
The file reads as follows (some names have been changed to protect the innocent):
AuthName "zone"
AuthType Basic
AuthUserFile /var/www/auth/.htpasswd
AuthGroupFile /var/www/auth/.htgroup
<Limit GET>
require group group
</Limit>
I have verified the location of the password and group files.
They are both owner and world readable
This .htaccess file is in the directory I wish to protect.
It does not work, no security is apparent.
The mod_auth and mod_access are both in my config file and the filename for access files is set to .htaccess.
any suggesstions?
Thanks in advance: