Return-Path: Delivered-To: apmail-httpd-users-archive@httpd.apache.org Received: (qmail 96416 invoked by uid 500); 29 Jul 2002 06:58:47 -0000 Mailing-List: contact users-help@httpd.apache.org; run by ezmlm Precedence: bulk Reply-To: users@httpd.apache.org list-help: list-unsubscribe: list-post: Delivered-To: mailing list users@httpd.apache.org Received: (qmail 96403 invoked from network); 29 Jul 2002 06:58:47 -0000 Received: from unknown (HELO mail.profundis.se) (213.80.46.101) by daedalus.apache.org with SMTP; 29 Jul 2002 06:58:47 -0000 X-ITHouse-Forward-Path: Received: From PROFUNDIS01 by mail.profundis.se (IT House Mail Server [TRIAL - -120 days left]); Mon, 29 Jul 2002 08:56:07 +0200 Message-ID: <018101c236cd$03603ef0$662e50d5@profundis.se> Reply-To: "Robert Andersson" From: "Robert Andersson" To: , "Wayne DeBee" References: <005901c234bc$e97992f0$9a00a8c0@WAYNE> Subject: Re: htpassword Date: Mon, 29 Jul 2002 08:56:07 +0200 Organization: Profundis MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_NextPart_000_017E_01C236DD.C6D538D0" X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2600.0000 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2600.0000 X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N ------=_NextPart_000_017E_01C236DD.C6D538D0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable You cannot use such a path unquoted as argument. Enclose it in quotes, = like this: ...>htpasswd -c "C:\Program Files\Apache Group\Apache2\htdocs\Passwords" = seedeeb Otherwise it will see 2nd argument as 3 separate arguments, due to the = spaces. Regards, Robert Andersson ----- Original Message -----=20 From: Wayne DeBee=20 To: users@httpd.apache.org=20 Sent: Friday, July 26, 2002 5:55 PM Subject: htpassword I am attempting to create an htpasswd file. When at the command prompt = I am putting in the following code: htpasswd -c C:\Program Files\Apache Group\Apache2\htdocs\Passwords = seedeeb The error message I am receiving is: htpasswd: -c and -n options conflict Please help! Not sure why it is doing this. Thank you very much, Wayne DeBee ------=_NextPart_000_017E_01C236DD.C6D538D0 Content-Type: text/html; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable
You cannot use such a path unquoted as = argument.=20 Enclose it in quotes, like this:
 
...>htpasswd -c "C:\Program = Files\Apache=20 Group\Apache2\htdocs\Passwords" seedeeb
 
Otherwise it will see 2nd argument as 3 = separate=20 arguments, due to the spaces.
 
Regards,
Robert Andersson
 
----- Original Message -----
From:=20 Wayne DeBee =
Sent: Friday, July 26, 2002 = 5:55 PM
Subject: htpassword

I am attempting to create an htpasswd = file. When=20 at the command prompt I am putting in the following code:
 
htpasswd -c C:\Program Files\Apache=20 Group\Apache2\htdocs\Passwords seedeeb
 
The error message I am receiving = is:
 
htpasswd: -c and -n options = conflict
 
Please help! Not sure why it is doing = this.
 
Thank you very much,
Wayne = DeBee
------=_NextPart_000_017E_01C236DD.C6D538D0--