From: Vincent Deffontaines
Date: Tue, 14 Dec 2010 19:51:40 +0000 (+0000)
Subject: Removes the ":80" from the sole ServerName example of the documentation, as it is...
X-Git-Tag: 2.2.18~238
X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=71b942e847d4f8e75e6958d0514e50d8e2752012;p=thirdparty%2Fapache%2Fhttpd.git
Removes the ":80" from the sole ServerName example of the documentation, as it is a dumb "default".
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@1049230 13f79535-47bb-0310-9956-ffa450edef68
---
diff --git a/docs/manual/mod/core.html.en b/docs/manual/mod/core.html.en
index 68718c89d7b..580b192b182 100644
--- a/docs/manual/mod/core.html.en
+++ b/docs/manual/mod/core.html.en
@@ -2985,7 +2985,7 @@ itself
directive should be used:
- ServerName www.example.com:80
+ ServerName www.example.com
If no ServerName
is specified, then the
diff --git a/docs/manual/mod/core.xml b/docs/manual/mod/core.xml
index 8273d1053e3..9cec6e039ff 100644
--- a/docs/manual/mod/core.xml
+++ b/docs/manual/mod/core.xml
@@ -2962,7 +2962,7 @@ itself
directive should be used:
- ServerName www.example.com:80
+ ServerName www.example.com
If no ServerName is specified, then the