From 0034cf0091b18b349ae539f2a75e1bae399b5f1c Mon Sep 17 00:00:00 2001 From: Bradley Nicholes Date: Mon, 11 Apr 2005 21:06:42 +0000 Subject: [PATCH] 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 --- build/mkconfNW.awk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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\"" } } -- 2.50.1