If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

 
Go Back  dBforums > General > Chit Chat > help with htpasswd usage in windows

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old 07-01-02, 08:15
xidja xidja is offline
Registered User
 
Join Date: Jul 2002
Posts: 3
help with htpasswd usage in windows

Hi,

I am trying to create a user/password account for my webserver using htpasswd. My operating system is WinXP and I am using APACHE HTTP server 2.0.39. When I type the following

htpasswd -c C:\temp john

I get the following message

htpasswd: -c and -n options conflict

Any suggestions on how I can fix this are more than welcome.

Thanks Keith.
Reply With Quote
  #2 (permalink)  
Old 07-01-02, 09:30
JonathanB JonathanB is offline
Registered User
 
Join Date: Feb 2002
Location: North Wales, UK
Posts: 114
Not tried Apache v2.x yet... but if I remember rightly when using Apache v1.3.x on the Windows platform didn't you have to use forward slashes instead of back slashes in your paths??
__________________
J^ - web | email
newsASP Developer
Reply With Quote
  #3 (permalink)  
Old 07-01-02, 10:15
xidja xidja is offline
Registered User
 
Join Date: Jul 2002
Posts: 3
do you mean typing

htpasswd -c C:/temp john

I tried this but I still get
htpasswd: -c and -n options conflict


I can't understand why it's telling me -n conflict since I'm not using it anywhere?
Reply With Quote
  #4 (permalink)  
Old 08-26-02, 19:59
fifilip fifilip is offline
Registered User
 
Join Date: Aug 2002
Posts: 1
this is a bug in 2.0.39. either recompile your code with the following patch applied, or install 2.0.40

the patch: http://www.apache.org/dist/httpd/pat...ply_to_2.0.39/
Reply With Quote
Reply

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On