From: Jeff Trawick Date: Thu, 18 Mar 2010 17:39:48 +0000 (+0000) Subject: hyphenate some compound modifiers X-Git-Tag: 2.3.6~325 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=a6159028f98778bc23c21ee16f7b7545dc15ffad;p=thirdparty%2Fapache%2Fhttpd.git hyphenate some compound modifiers git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@924915 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/docs/manual/mod/core.xml b/docs/manual/mod/core.xml index 36b1332446a..80575723c39 100644 --- a/docs/manual/mod/core.xml +++ b/docs/manual/mod/core.xml @@ -3458,7 +3458,7 @@ port the client if any are supplied (otherwise it will use the canonical name, as defined above). These values are the same that are used to implement name based virtual hosts, + href="../vhosts/name-based.html">name-based virtual hosts, and are available with the same clients. The CGI variables SERVER_NAME and SERVER_PORT will be constructed from the client supplied values as well.

diff --git a/docs/manual/mod/mod_cache.xml b/docs/manual/mod/mod_cache.xml index 26f65048f34..ff30909a2e0 100644 --- a/docs/manual/mod/mod_cache.xml +++ b/docs/manual/mod/mod_cache.xml @@ -179,7 +179,7 @@

To solve this problem the CacheQuickHandler directive can be set to off, and the server will - process all phases normally handled by a non cached request, including the + process all phases normally handled by a non-cached request, including the authentication and authorisation phases.

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.

Warning -

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 SSLStrictSNIVHostCheck -Whether to allow non SNI clients to access a name based virtual +Whether to allow non-SNI clients to access a name-based virtual host. SSLStrictSNIVHostCheck on|off @@ -1314,8 +1314,8 @@ host.

-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 +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)?

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