|
Home > Archive > Web Servers on Windows > July 2004 > Need help to get started
You are viewing an archived Text-only version of the thread.
To view this thread in it's original format and/or if you want to reply to
this thread please [click here]
| Author |
Need help to get started
|
|
|
| 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
| |
| Kenneth Doyle 2004-07-12, 5:51 pm |
| "Chuck" <chuckmg@acm.org> wrote in
news:IMiHc.47682$XM6.14766@attbi_s53:
[vbcol=seagreen]
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.
|
|
|
|
|