]> granicus.if.org Git - apache/commitdiff
httpd allocates separate AF_INET/AF_INET6 sockets automatically
authorJeff Trawick <trawick@apache.org>
Thu, 23 Jan 2014 13:18:02 +0000 (13:18 +0000)
committerJeff Trawick <trawick@apache.org>
Thu, 23 Jan 2014 13:18:02 +0000 (13:18 +0000)
when v4-mapped addresses are disabled

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1560679 13f79535-47bb-0310-9956-ffa450edef68

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

index 8f758e0c7bcac8df335b865aa32cf79c31b90636..b59fa36b1976a7acfae6290a971fd6ea588f22e8 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@@
 
 ##