You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@httpd.apache.org by Joshua Slive <js...@gmail.com> on 2004/10/07 02:15:50 UTC

Re: [users@httpd] htpasswd and htaccess help please!( more details about your problems)

On Wed, 06 Oct 2004 21:47:49 +0000, helen mac ginn
<he...@hotmail.com> wrote:
> [Wed Oct 06 23:37:12 2004] [error] [client 80.116.249.113] (OS 3)Impossibol
> finde path.  : Could not open password file:
> C:/Apache%20Group/Apache2/conf/htpasswd
> [Wed Oct 06 23:37:12 2004] [error] [client 80.116.249.113] user  not found:
> / 

> This is my htaccess: 
> AuthUserFile  /Apache%20Group/Apache2/conf/htpasswd
> AuthGroupFile /usr/dom/xdomain/public_html/secretlist/htgroup
> AuthName ProWEB
> AuthType Basic 
> <Limit POST GET PUT>
> require group subscribers
> </Limit> 
> NOTE THE %20 is just to keape full the blank space between Apache and Group.

%20 means space only for URLs.  In the apache config file, you simply
surround the path with quotation marks.

You also don't seem to have the docs very carefully.  The <Limit POST
GET PUT> and </Limit> lines really shouldn't be there.

Joshua.

---------------------------------------------------------------------
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