summaryrefslogtreecommitdiffstats
path: root/docs/manual/mod/mod_info.html.en
diff options
context:
space:
mode:
authorAndré Malo <nd@apache.org>2012-04-27 21:06:57 +0200
committerAndré Malo <nd@apache.org>2012-04-27 21:06:57 +0200
commit03cc6f7d4e45e03e9aac99ecf742fbba8a7814dd (patch)
tree8ec120f1a2e07562c6bc374a0937152b3cae335c /docs/manual/mod/mod_info.html.en
parent- style (diff)
downloadapache2-03cc6f7d4e45e03e9aac99ecf742fbba8a7814dd.tar.xz
apache2-03cc6f7d4e45e03e9aac99ecf742fbba8a7814dd.zip
update transformation
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1331546 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'docs/manual/mod/mod_info.html.en')
-rw-r--r--docs/manual/mod/mod_info.html.en6
1 files changed, 2 insertions, 4 deletions
diff --git a/docs/manual/mod/mod_info.html.en b/docs/manual/mod/mod_info.html.en
index d2ad694fdb..cde83dd9ec 100644
--- a/docs/manual/mod/mod_info.html.en
+++ b/docs/manual/mod/mod_info.html.en
@@ -91,8 +91,7 @@ configuration</td></tr>
<p>You will probably want to use <code class="module"><a href="../mod/mod_authz_host.html">mod_authz_host</a></code>
to limit access to your server configuration information.</p>
- <div class="example"><h3>Access control</h3><p><code>
- <pre class="prettyprint lang-config">
+ <div class="example"><h3>Access control</h3><pre class="prettyprint lang-config">
&lt;Location /server-info&gt;
SetHandler server-info
Order allow,deny
@@ -102,8 +101,7 @@ configuration</td></tr>
Allow from 192.168.1.17
&lt;/Location&gt;
</pre>
-
- </code></p></div>
+</div>
</div><div class="top"><a href="#page-header"><img alt="top" src="../images/up.gif" /></a></div>
<div class="section">
<h2><a name="queries" id="queries">Selecting the information shown</a></h2>