From: Colm MacCarthaigh Date: Mon, 24 Oct 2005 15:29:04 +0000 (+0000) Subject: Correct the port specified to match the example given. X-Git-Tag: 2.3.0~2835 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=501a083bf6b0a12b888bd5f0703146de7966e7fc;p=thirdparty%2Fapache%2Fhttpd.git Correct the port specified to match the example given. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@328084 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