diff options
author | Jeff Trawick <trawick@apache.org> | 2014-01-23 14:18:02 +0100 |
---|---|---|
committer | Jeff Trawick <trawick@apache.org> | 2014-01-23 14:18:02 +0100 |
commit | 9a8e3d149a2868ec35536703aa1756606be751cd (patch) | |
tree | 71acf355733aeb8af25b8676656e102977d1e9bc /docs/conf | |
parent | add more escaping for urls (diff) | |
download | apache2-9a8e3d149a2868ec35536703aa1756606be751cd.tar.xz apache2-9a8e3d149a2868ec35536703aa1756606be751cd.zip |
httpd allocates separate AF_INET/AF_INET6 sockets automatically
when v4-mapped addresses are disabled
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1560679 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'docs/conf')
-rw-r--r-- | docs/conf/extra/httpd-ssl.conf.in | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/docs/conf/extra/httpd-ssl.conf.in b/docs/conf/extra/httpd-ssl.conf.in index 8f758e0c7b..b59fa36b19 100644 --- a/docs/conf/extra/httpd-ssl.conf.in +++ b/docs/conf/extra/httpd-ssl.conf.in @@ -33,9 +33,6 @@ # When we also provide SSL we have to listen to the # standard HTTP port (see above) and to the HTTPS port # -# Note: Configurations that use IPv6 but not IPv4-mapped addresses need two -# Listen directives: "Listen [::]:@@SSLPort@@" and "Listen 0.0.0.0:@@SSLPort@@" -# Listen @@SSLPort@@ ## |