recently upgraded from redhat 6.2 to 7.2 with that I upped my apache from 1.3.20 to 1.3.24 well everything went smooth and before I knew it I was up and running but I reallized something none of my htaccess files worked well I found that Allowoverride was set to None so i set it to All and now. I get a password box but no matter what I type in it wont accept it. I have also set the Allowoverride to AuthConfig, but with no luck.
here is my .htaccess file
AuthUserFile /home/httpd/.htpasswd
AuthGroupFile /dev/null
AuthName "Restricted Area"
AuthType Basic
<Limit GET POST>
require valid-user
</limit>
and i have even tried recreating the .htpasswd file with
htpasswd -c /home/httpd/.htpasswd user
here is my error log
------------------------ERROR LOG------------------------
[Sat May 11 08:24:14 2002] [error] (2)No such file or directory: access to /private/index.html failed for IP, reason: Authentication failure
[Sat May 11 08:24:16 2002] [error] (2)No such file or directory: access to /private/index.html failed for IP, reason: Authentication failure
[Sat May 11 08:24:19 2002] [error] (2)No such file or directory: access to /private/index.html failed for IP, reason: Authentication failure
[Sat May 11 08:24:21 2002] [error] (2)No such file or directory: access to /private/index.html failed for IP, reason: Authentication failure
------------------------END ERROR----------------------
I know I am typing the right password and i have changed it like 30 times to make sure.
I am stumped anyone have any Ideas
Techie123
here is my .htaccess file
AuthUserFile /home/httpd/.htpasswd
AuthGroupFile /dev/null
AuthName "Restricted Area"
AuthType Basic
<Limit GET POST>
require valid-user
</limit>
and i have even tried recreating the .htpasswd file with
htpasswd -c /home/httpd/.htpasswd user
here is my error log
------------------------ERROR LOG------------------------
[Sat May 11 08:24:14 2002] [error] (2)No such file or directory: access to /private/index.html failed for IP, reason: Authentication failure
[Sat May 11 08:24:16 2002] [error] (2)No such file or directory: access to /private/index.html failed for IP, reason: Authentication failure
[Sat May 11 08:24:19 2002] [error] (2)No such file or directory: access to /private/index.html failed for IP, reason: Authentication failure
[Sat May 11 08:24:21 2002] [error] (2)No such file or directory: access to /private/index.html failed for IP, reason: Authentication failure
------------------------END ERROR----------------------
I know I am typing the right password and i have changed it like 30 times to make sure.
I am stumped anyone have any Ideas
Techie123