My server version is: Apache/2.0.53
My problem is that apache won't accept my password in my htpasswd file. I set up the password file normally using the htpasswd command. This is how I password protected the directory:
<directory "/var/ AuthType Basic
AuthName "Restricted Files"
AuthUserFile /home/alexdebian/passwords
Require user pheadxdll
</directory>
I tried serveral different cryption methods for the password file. MD5, CYRPT, plain, etc.. but apache keeps saying my password doesn't work. Please help!
Thanks!
My problem is that apache won't accept my password in my htpasswd file. I set up the password file normally using the htpasswd command. This is how I password protected the directory:
<directory "/var/ AuthType Basic
AuthName "Restricted Files"
AuthUserFile /home/alexdebian/passwords
Require user pheadxdll
</directory>
I tried serveral different cryption methods for the password file. MD5, CYRPT, plain, etc.. but apache keeps saying my password doesn't work. Please help!
Thanks!