]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
Removes the ":80" from the sole ServerName example of the documentation, as it is...
authorVincent Deffontaines <gryzor@apache.org>
Tue, 14 Dec 2010 19:51:40 +0000 (19:51 +0000)
committerVincent Deffontaines <gryzor@apache.org>
Tue, 14 Dec 2010 19:51:40 +0000 (19:51 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@1049230 13f79535-47bb-0310-9956-ffa450edef68

docs/manual/mod/core.html.en
docs/manual/mod/core.xml

index 68718c89d7b5f9e2f8788ade2993a41407f66562..580b192b1827651c02349c14f36660fb0c36be5c 100644 (file)
@@ -2985,7 +2985,7 @@ itself</td></tr>
     directive should be used:</p>
 
     <div class="example"><p><code>
-      ServerName www.example.com:80
+      ServerName www.example.com
     </code></p></div>
 
     <p>If no <code class="directive">ServerName</code> is specified, then the
index 8273d1053e36968ef77cff76b1577bb2e1556efd..9cec6e039ffe60db109938149152db8f97ce3ec5 100644 (file)
@@ -2962,7 +2962,7 @@ itself</description>
     directive should be used:</p>
 
     <example>
-      ServerName www.example.com:80
+      ServerName www.example.com
     </example>
 
     <p>If no <directive>ServerName</directive> is specified, then the