diff options
author | Rich Bowen <rbowen@apache.org> | 2005-01-30 02:59:44 +0100 |
---|---|---|
committer | Rich Bowen <rbowen@apache.org> | 2005-01-30 02:59:44 +0100 |
commit | 2ebc402da09f6a601fa684a5571fe57e75403e1c (patch) | |
tree | 128112564a03f5928a48cbc19fe3d9af0ea05752 /docs/manual/mod/mod_info.html.en | |
parent | update transformation (diff) | |
download | apache2-2ebc402da09f6a601fa684a5571fe57e75403e1c.tar.xz apache2-2ebc402da09f6a601fa684a5571fe57e75403e1c.zip |
As per bug 33290, we probably don't want a <Limit> here.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@149092 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'docs/manual/mod/mod_info.html.en')
-rw-r--r-- | docs/manual/mod/mod_info.html.en | 18 |
1 files changed, 17 insertions, 1 deletions
diff --git a/docs/manual/mod/mod_info.html.en b/docs/manual/mod/mod_info.html.en index 3b70e3ddc0..ed1b448165 100644 --- a/docs/manual/mod/mod_info.html.en +++ b/docs/manual/mod/mod_info.html.en @@ -43,6 +43,22 @@ configuration</td></tr> </Location> </code></p></div> + <p>You may wish to use <code class="module"><a href="../mod/mod_access.html">mod_access</a></code> inside the + <code class="directive"><a href="../mod/core.html#location"><Location></a></code> + directive to limite access to your server configuration + information:</p> + + <div class="example"><p><code> + <Location /server-info><br /> + <span class="indent"> + SetHandler server-info<br /> + Order deny,allow<br /> + Deny from all<br /> + Allow from yourcompany.com<br /> + </span> + </Location> + </code></p></div> + <p>Once configured, the server information is obtained by accessing <code>http://your.host.example.com/server-info</code></p> </div> @@ -173,6 +189,6 @@ information displayed by the server-info handler</td></tr> <a href="../ja/mod/mod_info.html" hreflang="ja" rel="alternate" title="Japanese"> ja </a> | <a href="../ko/mod/mod_info.html" hreflang="ko" rel="alternate" title="Korean"> ko </a></p> </div><div id="footer"> -<p class="apache">Copyright 1995-2005 The Apache Software Foundation or its licensors, as applicable.<br />Licensed under the <a href="http://www.apache.org/licenses/LICENSE-2.0">Apache License, Version 2.0</a>.</p> +<p class="apache">Copyright 1999-2004 The Apache Software Foundation.<br />Licensed under the <a href="http://www.apache.org/licenses/LICENSE-2.0">Apache License, Version 2.0</a>.</p> <p class="menu"><a href="../mod/">Modules</a> | <a href="../mod/directives.html">Directives</a> | <a href="../faq/">FAQ</a> | <a href="../glossary.html">Glossary</a> | <a href="../sitemap.html">Sitemap</a></p></div> </body></html>
\ No newline at end of file |