From 501a083bf6b0a12b888bd5f0703146de7966e7fc Mon Sep 17 00:00:00 2001 From: Colm MacCarthaigh Date: Mon, 24 Oct 2005 15:29:04 +0000 Subject: [PATCH] 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 --- docs/manual/mod/mpm_common.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.47.2