Submitted by: Chris Pepper <pepper@tgg.com>
PR: 5360
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@84168
13f79535-47bb-0310-9956-
ffa450edef68
If when you run <CODE>httpd</CODE> 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).
<P>
If when you run <CODE>httpd</CODE> 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).
<P>