merge r1560679 from trunk:

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/branches/2.4.x@1560680 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Jeff Trawick
2014-01-23 13:22:08 +00:00
parent dd5baafad6
commit fa3bbd5e58

View File

@ -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@@
##