From 71b942e847d4f8e75e6958d0514e50d8e2752012 Mon Sep 17 00:00:00 2001
From: Vincent Deffontaines
Date: Tue, 14 Dec 2010 19:51:40 +0000
Subject: [PATCH] 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
---
docs/manual/mod/core.html.en | 2 +-
docs/manual/mod/core.xml | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
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
--
2.47.2