What configuration do you have that requires the password (from your config
file or htaccess file)?
You need to have htpasswd modify the htpasswd file that your configuration
is already referring to and you need to make sure you are not requiring a
specific username.

- Y

On Wed, Dec 31, 2014 at 2:20 PM, Timothy C. Fritz <tcfr...@hotmail.com>
wrote:

> I cannot figure out how to add a new user to Apache HTTP Server 2.2. I want
> to add a "guest" account so that I don't have to give out my own
> credentials. This is essentially what I've done and everything seems to
> work, except I can't log into my site with these new credentials:
>
> D:\Program Files\Apache Software Foundation\Apache2.2\bin>htpasswd -cm
> passwords guest
> New password: ********
> Re-type new password: ********
> Adding password for user guest
>
> Tim
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscr...@httpd.apache.org
> For additional commands, e-mail: users-h...@httpd.apache.org
>
>

Reply via email to