diff options
author | Jeff Trawick <trawick@apache.org> | 2010-03-18 18:39:48 +0100 |
---|---|---|
committer | Jeff Trawick <trawick@apache.org> | 2010-03-18 18:39:48 +0100 |
commit | a6159028f98778bc23c21ee16f7b7545dc15ffad (patch) | |
tree | e1b4ecb6d94ebf647525858408f6b59c03fa8eef /docs/manual/mod/mod_cache.xml | |
parent | Fixing SSLStrictSNIVHostCheck description, which made my head hurt. (diff) | |
download | apache2-a6159028f98778bc23c21ee16f7b7545dc15ffad.tar.xz apache2-a6159028f98778bc23c21ee16f7b7545dc15ffad.zip |
hyphenate some compound modifiers
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@924915 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'docs/manual/mod/mod_cache.xml')
-rw-r--r-- | docs/manual/mod/mod_cache.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/manual/mod/mod_cache.xml b/docs/manual/mod/mod_cache.xml index 26f65048f3..ff30909a2e 100644 --- a/docs/manual/mod/mod_cache.xml +++ b/docs/manual/mod/mod_cache.xml @@ -179,7 +179,7 @@ <p>To solve this problem the <directive module="mod_cache">CacheQuickHandler </directive> directive can be set to <strong>off</strong>, 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 <strong>authentication and authorisation</strong> phases.</p> <p>In addition, the administrator may optionally specify the <strong>precise point |