You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by gr...@apache.org on 2010/12/14 20:51:40 UTC

svn commit: r1049230 - in /httpd/httpd/branches/2.2.x/docs/manual/mod: core.html.en core.xml

Author: gryzor
Date: Tue Dec 14 19:51:40 2010
New Revision: 1049230

URL: http://svn.apache.org/viewvc?rev=1049230&view=rev
Log:
Removes the ":80" from the sole ServerName example of the documentation, as it is a dumb "default".

Modified:
    httpd/httpd/branches/2.2.x/docs/manual/mod/core.html.en
    httpd/httpd/branches/2.2.x/docs/manual/mod/core.xml

Modified: httpd/httpd/branches/2.2.x/docs/manual/mod/core.html.en
URL: http://svn.apache.org/viewvc/httpd/httpd/branches/2.2.x/docs/manual/mod/core.html.en?rev=1049230&r1=1049229&r2=1049230&view=diff
==============================================================================
--- httpd/httpd/branches/2.2.x/docs/manual/mod/core.html.en (original)
+++ httpd/httpd/branches/2.2.x/docs/manual/mod/core.html.en Tue Dec 14 19:51:40 2010
@@ -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

Modified: httpd/httpd/branches/2.2.x/docs/manual/mod/core.xml
URL: http://svn.apache.org/viewvc/httpd/httpd/branches/2.2.x/docs/manual/mod/core.xml?rev=1049230&r1=1049229&r2=1049230&view=diff
==============================================================================
--- httpd/httpd/branches/2.2.x/docs/manual/mod/core.xml (original)
+++ httpd/httpd/branches/2.2.x/docs/manual/mod/core.xml Tue Dec 14 19:51:40 2010
@@ -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



Re: svn commit: r1049230 - in /httpd/httpd/branches/2.2.x/docs/manual/mod: core.html.en core.xml

Posted by André Malo <nd...@perlig.de>.
* gryzor@apache.org wrote:

> Author: gryzor
> Date: Tue Dec 14 19:51:40 2010
> New Revision: 1049230
>
> URL: http://svn.apache.org/viewvc?rev=1049230&view=rev
> Log:
> Removes the ":80" from the sole ServerName example of the documentation,
> as it is a dumb "default".

Hmm. The surrounding text suggest to use it explicitly. IIRC, this actually 
makes much more sense since 2.x.

nd
-- 
"Das Verhalten von Gates hatte mir bewiesen, dass ich auf ihn und seine
beiden Gefährten nicht zu zählen brauchte" -- Karl May, "Winnetou III"

Im Westen was neues: <http://pub.perlig.de/books.html#apache2>

---------------------------------------------------------------------
To unsubscribe, e-mail: docs-unsubscribe@httpd.apache.org
For additional commands, e-mail: docs-help@httpd.apache.org