bnicholes 2002/10/23 15:31:05
Modified: build mkconfNW.awk
Log:
Switch to a DNS based certificate rather than an IP based certificate as the
default.
Revision Changes Path
1.9 +1 -1 httpd-2.0/build/mkconfNW.awk
Index: mkconfNW.awk
===================================================================
RCS file: /home/cvs/httpd-2.0/build/mkconfNW.awk,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- mkconfNW.awk 3 Oct 2002 00:26:37 -0000 1.8
+++ mkconfNW.awk 23 Oct 2002 22:31:04 -0000 1.9
@@ -85,5 +85,5 @@
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 CertificateIP\""
+ print "#SecureListen 443 \"SSL CertificateDNS\""
}
|