From fa3bbd5e58de05f589133fd86e48910d08fe1f56 Mon Sep 17 00:00:00 2001 From: Jeff Trawick Date: Thu, 23 Jan 2014 13:22:08 +0000 Subject: [PATCH] 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 --- docs/conf/extra/httpd-ssl.conf.in | 3 --- 1 file changed, 3 deletions(-) diff --git a/docs/conf/extra/httpd-ssl.conf.in b/docs/conf/extra/httpd-ssl.conf.in index d65889cfc0..21ef9bb8b8 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@@ ## -- 2.40.0