Hello All,
I'm hoping someone can help me so I can remove the keyboard indentations
from my forehead.
I'm trying to password protect certain directories in Apache. I've used
htpasswd to create a user:password file. I've put it in
/usr/local/etc/httpd with global read permissions. I've added the
"AllowOveride AuthConfig" line in access.conf. I've created the .htaccess
file in the directory I want to protect with the following:
AuthName "restricted stuff"
AuthType Basic
AuthUserFile /usr/local/etc/httpd/users
require valid-user
After doing all this, it does not work. It acts as though it is not even
trying to read the .htaccess file. I've checked the httpd.conf file and
"LoadModule auth_module modules/mod_auth.so" is in there. Also
"AddModule mod_auth.c" is in there. However, I can't find a mod_auth.c
file anywhere on my system.
Can anyone give me any guesses on what root cause of this might be?
Thanks.
Ryan Ware
([EMAIL PROTECTED])
--
To unsubscribe: mail [EMAIL PROTECTED] with "unsubscribe"
as the Subject.