Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations derfloh on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

unable to run htpasswd command on apache on windows 2000

Status
Not open for further replies.

Guest_imported

New member
Jan 1, 1970
0
I have installed latest version of apache on my windows 2000 server. everything is working fine but i wanted to password protect directories. for that reason i tried htpasswd.exe to create a password file by typing...
<b>&quot;htpasswd -c htpasswd dave&quot; </b> at the command prompt, but it gives an error message <b>&quot;htpasswd: -c and -n options conflict&quot;</b> and it terminates. I even tried to create htpasswd file manually and then tried the above command without the -c option, but it says...

<b>
&quot;Automatically using MD5 format.
New password: ****
Re-type new password: ****
Adding password for user dave
The process cannot access the file because it is being used by another process.
0 file(s) copied.&quot;</b>

Believe me no other process was using the htpasswd file.

What is wrong with it? can annybody help me

Lot of thanks in advance
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top