Article:
 |
|
Apache Web-Serving with Mac OS X, Part 4
|
| Subject: |
|
.htpasswd problem |
| Date: |
|
2002-06-07 19:18:08 |
| From: |
|
jono123
|
|
|
Great series. I've learned so much.
Would buy the book.
I can' get the password file going.
When i type htpasswd -c /Library/Webserve/ .htpasswd (my user name) to the terminal, i just get the help instructions echoed back.
Using pico i successfully created a .htpasswd file. (owned by my user account with read/write permission. But, i don't know know to create encypted password. I can't simply use something like Vcv7xTIIW6g7U... in your example below, can i?
dan:Vcv7xTIIW6g7U
mishka:3c4T6IdfWweU
Help? Thanks.
|
Showing messages 1 through 1 of 1.
-
.htpasswd problem
2002-06-10 23:01:42
jono123
[View]
For some silly reason, i was putting a space between / and .htpasswd.
Bad idea. No space needed.