You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by co...@apache.org on 2005/10/24 17:29:56 UTC

svn commit: r328085 - /httpd/httpd/branches/2.2.x/docs/manual/mod/mpm_common.xml

Author: colm
Date: Mon Oct 24 08:29:53 2005
New Revision: 328085

URL: http://svn.apache.org/viewcvs?rev=328085&view=rev
Log:
Merge r328084 from trunk:

Correct the port specified to match the example given.

Modified:
    httpd/httpd/branches/2.2.x/docs/manual/mod/mpm_common.xml

Modified: httpd/httpd/branches/2.2.x/docs/manual/mod/mpm_common.xml
URL: http://svn.apache.org/viewcvs/httpd/httpd/branches/2.2.x/docs/manual/mod/mpm_common.xml?rev=328085&r1=328084&r2=328085&view=diff
==============================================================================
--- httpd/httpd/branches/2.2.x/docs/manual/mod/mpm_common.xml (original)
+++ httpd/httpd/branches/2.2.x/docs/manual/mod/mpm_common.xml Mon Oct 24 08:29:53 2005
@@ -340,7 +340,7 @@
        <directive module="core">AcceptFilter</directive> directive.</p>
 
     <p>You only need to set the protocol if you are running on non-standard 
-       ports.  For example, running an <code>https</code> site on port 443:</p>
+       ports.  For example, running an <code>https</code> site on port 8443:</p>
 
     <example>
       Listen 192.170.2.1:8443 https