From: Colm MacCarthaigh Date: Mon, 24 Oct 2005 15:29:53 +0000 (+0000) Subject: Merge r328084 from trunk: X-Git-Tag: 2.1.9~20 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=15bc7c042413327c7dd60b62920f32cf4dd00f37;p=thirdparty%2Fapache%2Fhttpd.git Merge r328084 from trunk: Correct the port specified to match the example given. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@328085 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/docs/manual/mod/mpm_common.xml b/docs/manual/mod/mpm_common.xml index 34eb8867955..1831e110e30 100644 --- a/docs/manual/mod/mpm_common.xml +++ b/docs/manual/mod/mpm_common.xml @@ -340,7 +340,7 @@ The protocol argument was added in 2.1.5 AcceptFilter directive.

You only need to set the protocol if you are running on non-standard - ports. For example, running an https site on port 443:

+ ports. For example, running an https site on port 8443:

Listen 192.170.2.1:8443 https