What sort of problems could cause an image to only partially load through the Apache server? Is this more likely to be something set up by a broadband providor.
Well after trying the various solutions I ended up first repairing the installation, I think my major issue was an error in creating the .htpasswd, and then I needed to use " and
AuthUserFile "C:/Program Files/Apache Group/Apache2/passwd/ .htpasswd"
placing an extra space after the final...
Alright I have it down to a workable error.
The Apache server cannot access the the htpasswd file in the folder, but I am unsure how to make sure it access the correc access rights.
Currently I am using:
AuthType Basic
AuthName "X"
AuthUserFile "C:/Program Files/Apache Group/Apache2/passwd/.htpasswd"
Require user lazerousz
the .htpasswd files is in that location
This setup will load the password prompt
[Thu Jun 16 17:34:34 2005] [error] [client XX.XXX.X.XX] (OS 2)The...
I've tried recreating the htpasswd file. This is just giving me a 500 error. By correct permission do you mean having The AllowOverride set to AuthConfig?
AuthUserFile /bin
AuthGroupFile /dev/null
AuthName "Restricted Area"
AuthType Basic
<Limit GET POST>
require valid-user
</limit>
Is what it is currently configured as, I've used that configuration as well, but it will still not accept the files
and just using
AuthType Basic
AuthUserFile...
I have followed the instructions in the faq and the instructions from apache, and I have gotten the password prompt to load, but it is still telling me:
[Wed Jun 15 18:54:57 2005] [error] [client 69.204.6.50] user lazerousz not found: /Negaworks/Documents/
This is dislayed in the error log...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.