From: Bradley Nicholes Date: Mon, 11 Apr 2005 21:06:42 +0000 (+0000) Subject: Uncomment the secureListen directive when building the httpd-ssl.conf file for NetWare X-Git-Tag: 2.1.5~190 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=0034cf0091b18b349ae539f2a75e1bae399b5f1c;p=apache 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 --- diff --git a/build/mkconfNW.awk b/build/mkconfNW.awk index b65c1682a5..7dda7c9fbe 100644 --- a/build/mkconfNW.awk +++ b/build/mkconfNW.awk @@ -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\"" } }