You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@httpd.apache.org by Robert Andersson <ro...@profundis.nu> on 2004/10/07 11:06:40 UTC

Re: [users@httpd] htpasswd and htacess more help please :°°°

helen mac ginn wrote:
> ******ok now i got my htacess:
> AuthUserFile  "/Apache Group/Apache2/conf/"htpasswd

You got a syntax error there, hence the 500 error code. Change this line to:

    AuthUserFile  "/Apache Group/Apache2/conf/htpasswd"
...or...
    AuthUserFile  "c:/Apache Group/Apache2/conf/htpasswd"

I'm not exactly sure when you can use absolute paths without the drive in 
Windows; sometimes you can, and sometimes you can't.

Regards,
Robert Andersson 


---------------------------------------------------------------------
The official User-To-User support forum of the Apache HTTP Server Project.
See <URL:http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org
   "   from the digest: users-digest-unsubscribe@httpd.apache.org
For additional commands, e-mail: users-help@httpd.apache.org