diff options
author | Ken Coar <coar@apache.org> | 2015-04-15 21:10:38 +0200 |
---|---|---|
committer | Ken Coar <coar@apache.org> | 2015-04-15 21:10:38 +0200 |
commit | 45c7b5bc133d9da7bb179574541d99680660ca86 (patch) | |
tree | 9f561d6a70ace3a4336752b726928b546b8f9a57 /docs/manual/howto/access.xml | |
parent | Quote path/URL arguments to Proxy* directives. (diff) | |
download | apache2-45c7b5bc133d9da7bb179574541d99680660ca86.tar.xz apache2-45c7b5bc133d9da7bb179574541d99680660ca86.zip |
Break <highlight language="commit">foo</highlight> into separate lines.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1673932 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'docs/manual/howto/access.xml')
-rw-r--r-- | docs/manual/howto/access.xml | 11 |
1 files changed, 6 insertions, 5 deletions
diff --git a/docs/manual/howto/access.xml b/docs/manual/howto/access.xml index 3353c91a2b..f2242a1915 100644 --- a/docs/manual/howto/access.xml +++ b/docs/manual/howto/access.xml @@ -85,7 +85,7 @@ Require ip ip.address syntax.</p> <p>You can insert <code>not</code> to negate a particular requirement. - Note, that since a <code>not</code> is a negation of a value, it cannot + Note, that since a <code>not</code> is a negation of a value, it cannot be used by itself to allow or deny a request, as <em>not true</em> does not constitute <em>false</em>. Thus, to deny a visit using a negation, the block must have one element that evaluates as true or false. @@ -101,11 +101,13 @@ Require ip ip.address </highlight> <p>Visitors coming from that address (<code>10.252.46.165</code>) - will not be able to see the content covered by this directive. If, - instead, you have a machine name, rather than an IP address, you + will not be able to see the content covered by this directive. If, + instead, you have a machine name, rather than an IP address, you can use that.</p> - <highlight language="config">Require not host <var>host.example.com</var></highlight> + <highlight language="config"> +Require not host <var>host.example.com</var> + </highlight> <p>And, if you'd like to block access from an entire domain, you can specify just part of an address or domain name:</p> @@ -203,4 +205,3 @@ RewriteRule ^/fridge - [F] </section> </manualpage> - |