From: Joshua Slive Date: Fri, 7 Jun 2002 01:39:21 +0000 (+0000) Subject: Fix typo in password file name. X-Git-Tag: 2.0.37~47 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=b040a94a5cba98e34c70fe5cbc7a4fcf8f71c7c7;p=apache Fix typo in password file name. PR: 9424 git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@95556 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/docs/manual/howto/auth.html.en b/docs/manual/howto/auth.html.en index 3ea56e4508..6bc6fc99cc 100644 --- a/docs/manual/howto/auth.html.en +++ b/docs/manual/howto/auth.html.en @@ -130,7 +130,7 @@ with Apache. This be located in the bin directory of wherever you installed Apache. To create the file, type:

-        htpasswd -c /usr/local/apache/passwd/password rbowen
+        htpasswd -c /usr/local/apache/passwd/passwords rbowen
 

htpasswd will ask you for the password, and