]> granicus.if.org Git - apache/commitdiff
More spelling/clarifications/depluralizing (and we know the name of the error log)
authorDirk-Willem van Gulik <dirkx@apache.org>
Mon, 11 Feb 2008 22:17:12 +0000 (22:17 +0000)
committerDirk-Willem van Gulik <dirkx@apache.org>
Mon, 11 Feb 2008 22:17:12 +0000 (22:17 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@620642 13f79535-47bb-0310-9956-ffa450edef68

test/make_sni.sh

index f9ad6d348c97c48a2d25b0eb9d9df972fecaabfe..1780c8b3effca6487407294946d653c7aaeeaa93 100644 (file)
@@ -144,7 +144,7 @@ INFO="and also the site you see when the browser does not support SNI."
 
 for n in ${NAMES}
 do
-    dw  FQDN=$n.$DOMAIN
+    FQDN=$n.$DOMAIN
     serial=`expr $serial + 1`
 
     # Create a certificate request for this host.
@@ -224,8 +224,8 @@ server against it with
 
     .../httpd -f ${DIR}/httpd-sni.conf
 
-and keep an eye on ${DIR}/logs/... When everything 
-is fine you will see an entries like:
+and keep an eye on ${DIR}/logs/error_log. When everything 
+is fine you will see entries like:
 
     Feb 11 16:12:26 2008] [debug] Init: 
         SSL server IP/port overlap: ape.*:443 (httpd-sni.conf:24) vs. jane.*:443 (httpd-sni.conf:42)
@@ -235,7 +235,7 @@ for each vhost configured and a concluding warning:
     [Mon Feb 11 16:12:26 2008] [warn] Init: 
         Name-based SSL virtual hosts only work for clients with TLS server name indication support (RFC 4366)
 
-HOWEVER - If you see an entry like
+HOWEVER - If you see an entry like:
 
     [Mon Feb 11 15:41:41 2008] [warn] Init: 
         You should not use name-based virtual hosts in conjunction with SSL!!