This is a discussion on Need help to get started within the Windows Web Servers forums, part of the Web Server and Related Forums category; Have downloaded Apache 2 onto Windows XP Pro. Initially things worked but suddenly 1. when accessing Apache2CP, it requests an ...
|
|||||||
| FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
|
|||
|
Have downloaded Apache 2 onto Windows XP Pro. Initially things worked but
suddenly 1. when accessing Apache2CP, it requests an ID/passwd but does not honor any. Have even defined a passwd using > htpasswd -c chuck Am I wrong about the user name requested? 2. On one PC, I uncommented the ServerName directive in hpptd.conf and set it first to 192.168.2.1:80 and then to my dns: chuckmg.dns4me.com. Neither worked. Commented it out again, restarted, but still no luck. Why? and what should the ServerName have been? Chuck |
|
|||
|
"Chuck" <chuckmg@acm.org> wrote in
news:IMiHc.47682$XM6.14766@attbi_s53: >> htpasswd -c chuck I think that what you've done there is to create a password file called chuck, with no users in it. The docs say this: htpasswd -c /usr/local/apache/passwd/passwords rbowen, which is a path/filename and a user name seperated by a space. -- CodeCutter - good, fast and cheap; pick two. |