]> granicus.if.org Git - apache/commitdiff
Uncomment the secureListen directive when building the httpd-ssl.conf file for NetWare
authorBradley Nicholes <bnicholes@apache.org>
Mon, 11 Apr 2005 21:06:42 +0000 (21:06 +0000)
committerBradley Nicholes <bnicholes@apache.org>
Mon, 11 Apr 2005 21:06:42 +0000 (21:06 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@160952 13f79535-47bb-0310-9956-ffa450edef68

build/mkconfNW.awk

index b65c1682a53be8ac9661faaf10bd6a972566ecfa..7dda7c9fbe9448cb5d1f29701403b4a6ffc9d47a 100644 (file)
@@ -116,6 +116,6 @@ END {
        print "# Change this to SecureListen on specific IP addresses as shown below to "
        print "# prevent Apache from glomming onto all bound IP addresses (0.0.0.0)"
        print "#"
-       print "#SecureListen 443 \"SSL CertificateDNS\""
+       print "SecureListen 443 \"SSL CertificateDNS\""
     }
 }