diff options
author | Eric Covener <covener@apache.org> | 2021-01-14 04:01:16 +0100 |
---|---|---|
committer | Eric Covener <covener@apache.org> | 2021-01-14 04:01:16 +0100 |
commit | 1ac50779172fc7e73c2666fa54734fde5669af53 (patch) | |
tree | 778d39919d91eb861cb8380ab10c00094c760b81 /docs/manual | |
parent | PR65078: synch "protocol" description between Listen and Protocol directives (diff) | |
download | apache2-1ac50779172fc7e73c2666fa54734fde5669af53.tar.xz apache2-1ac50779172fc7e73c2666fa54734fde5669af53.zip |
PR55078: remove old Protocol info
followup to 1885463
[skip ci]
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1885464 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'docs/manual')
-rw-r--r-- | docs/manual/mod/core.xml | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/docs/manual/mod/core.xml b/docs/manual/mod/core.xml index 0443212e2b..881b9b7399 100644 --- a/docs/manual/mod/core.xml +++ b/docs/manual/mod/core.xml @@ -4105,10 +4105,6 @@ directory</description> to apply protocol specific optimizations with the <directive module="core">AcceptFilter</directive> directive.</p> - <p>You only need to set the protocol if you are running on non-standard ports; - otherwise, <code>https</code> is assumed for port 443 and <code>http</code> - for all other ports.</p> - <p>For example, if you are running <code>https</code> on a non-standard port, specify the protocol explicitly:</p> |