summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorDirk-Willem van Gulik <dirkx@apache.org>2008-02-11 22:17:12 +0000
committerDirk-Willem van Gulik <dirkx@apache.org>2008-02-11 22:17:12 +0000
commit719fffd3b9cbb73d0af72fec984d95b313376473 (patch)
tree0276d3ff9daff4e85d371eb338cec24862e1873d /test
parent769c432909a7cf64f3f9d1283e2cc190cf968f17 (diff)
downloadhttpd-719fffd3b9cbb73d0af72fec984d95b313376473.tar.gz
More spelling/clarifications/depluralizing (and we know the name of the error log)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@620642 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'test')
-rw-r--r--test/make_sni.sh8
1 files changed, 4 insertions, 4 deletions
diff --git a/test/make_sni.sh b/test/make_sni.sh
index f9ad6d348c..1780c8b3ef 100644
--- a/test/make_sni.sh
+++ b/test/make_sni.sh
@@ -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!!