From: Jeff Trawick SERVER_NAME and SERVER_PORT will be
constructed from the client supplied values as well.
To solve this problem the
In addition, the administrator may optionally specify the precise point diff --git a/docs/manual/mod/mod_session.xml b/docs/manual/mod/mod_session.xml index e12f9292307..c65870cc295 100644 --- a/docs/manual/mod/mod_session.xml +++ b/docs/manual/mod/mod_session.xml @@ -203,7 +203,7 @@ of the cookie.
Some of the HTTP cookie privacy features are either non standard, or +
Some of the HTTP cookie privacy features are either non-standard, or
are not implemented consistently across browsers. The session modules
allow you to set cookie parameters, but it makes no guarantee that privacy
will be respected by the browser. If security is a concern, use the
diff --git a/docs/manual/mod/mod_ssl.xml b/docs/manual/mod/mod_ssl.xml
index dfa3bb826e2..7057e739b96 100644
--- a/docs/manual/mod/mod_ssl.xml
+++ b/docs/manual/mod/mod_ssl.xml
@@ -1303,7 +1303,7 @@ SSLRenegBufferSize 262144
-This directive sets whether a non SNI client is allowed to access a name based
-virtual host. If set to And finally there are versions of MSIE which seem to require that
- an SSL session can be reused (a totally non standard-conforming
+ an SSL session can be reused (a totally non-standard-conforming
behaviour, of course). Connecting with those MSIE versions only work
if a SSL session cache is used. So, as a work-around, make sure you
are using a session cache (see the on in the default name based virtual
+This directive sets whether a non-SNI client is allowed to access a name-based
+virtual host. If set to on in the default name-based virtual
host, clients that are SNI unaware will not be allowed to access any
virtual host, belonging to this particular IP / port combination.
If set to on in any other virtual host, SNI unaware clients
diff --git a/docs/manual/ssl/ssl_faq.xml b/docs/manual/ssl/ssl_faq.xml
index 73224202994..c82cf2ca504 100644
--- a/docs/manual/ssl/ssl_faq.xml
+++ b/docs/manual/ssl/ssl_faq.xml
@@ -859,7 +859,7 @@ HTTPS to an Apache+mod_ssl server with Microsoft Internet Explorer (MSIE)?