Commit dbeed063 authored by Bradley Nicholes's avatar Bradley Nicholes
Browse files

Uncomment the secureListen directive when building the httpd-ssl.conf file for NetWare

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@160952 13f79535-47bb-0310-9956-ffa450edef68
parent 5efe7225
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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\""
    }
}