diff options
author | Bradley Nicholes <bnicholes@apache.org> | 2005-04-11 23:06:42 +0200 |
---|---|---|
committer | Bradley Nicholes <bnicholes@apache.org> | 2005-04-11 23:06:42 +0200 |
commit | 0034cf0091b18b349ae539f2a75e1bae399b5f1c (patch) | |
tree | 641225857d921f11c98934b414c030695d9ef320 /build/mkconfNW.awk | |
parent | svn:eol-style = native (diff) | |
download | apache2-0034cf0091b18b349ae539f2a75e1bae399b5f1c.tar.xz apache2-0034cf0091b18b349ae539f2a75e1bae399b5f1c.zip |
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
Diffstat (limited to '')
-rw-r--r-- | build/mkconfNW.awk | 2 |
1 files changed, 1 insertions, 1 deletions
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\"" } } |