From: Ralf S. Engelschall Date: Sun, 28 Nov 1999 11:38:58 +0000 (+0000) Subject: Fixed typo in htdocs/manual/install.html. X-Git-Tag: 1.3.10~151 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e6f39ce720451469a7f910ed2022afa903aea933;p=thirdparty%2Fapache%2Fhttpd.git Fixed typo in htdocs/manual/install.html. Submitted by: Chris Pepper PR: 5360 git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@84168 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/docs/manual/install.html b/docs/manual/install.html index cc9dcf1af1f..b8f5047e002 100644 --- a/docs/manual/install.html +++ b/docs/manual/install.html @@ -215,7 +215,7 @@ file. If when you run httpd it complained about being unable to "bind" to an address, then either some other process is already using the port you have configured Apache to use, or you are running httpd -as a normal user but trying to use port below 1024 (such as the +as a normal user but trying to use a port below 1024 (such as the default port 80).

diff --git a/docs/manual/install.html.en b/docs/manual/install.html.en index cc9dcf1af1f..b8f5047e002 100644 --- a/docs/manual/install.html.en +++ b/docs/manual/install.html.en @@ -215,7 +215,7 @@ file. If when you run httpd it complained about being unable to "bind" to an address, then either some other process is already using the port you have configured Apache to use, or you are running httpd -as a normal user but trying to use port below 1024 (such as the +as a normal user but trying to use a port below 1024 (such as the default port 80).