]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
Fix typo: '8080' vs. '8000' (r587444)
authorTakashi Sato <takashi@apache.org>
Fri, 9 May 2008 08:45:37 +0000 (08:45 +0000)
committerTakashi Sato <takashi@apache.org>
Fri, 9 May 2008 08:45:37 +0000 (08:45 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@654723 13f79535-47bb-0310-9956-ffa450edef68

docs/manual/bind.xml

index b5c72a98c8261b9ad42097f7a0fd7a3d3e7a8432..4fe8618b129dabca8589e966f9c081357d736225 100644 (file)
@@ -77,7 +77,7 @@
     </example>
 
     <p>To make the server accept connections on port 80 for one interface,
-       and port 8080 on another, use</p>
+       and port 8000 on another, use</p>
 
     <example>
       Listen 192.0.2.1:80<br />