]> granicus.if.org Git - apache/commitdiff
merge r1560679 from trunk:
authorJeff Trawick <trawick@apache.org>
Thu, 23 Jan 2014 13:22:08 +0000 (13:22 +0000)
committerJeff Trawick <trawick@apache.org>
Thu, 23 Jan 2014 13:22:08 +0000 (13:22 +0000)
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

docs/conf/extra/httpd-ssl.conf.in

index d65889cfc0880293db812e828ebe0703d6c55130..21ef9bb8b852d9e94bcfd0af938b6b14482260cd 100644 (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@@
 
 ##