summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--docs/manual/mod/mod_status.html.en2
-rw-r--r--docs/manual/mod/mod_status.xml2
2 files changed, 4 insertions, 0 deletions
diff --git a/docs/manual/mod/mod_status.html.en b/docs/manual/mod/mod_status.html.en
index af0c3d4bd6..65d4e5a403 100644
--- a/docs/manual/mod/mod_status.html.en
+++ b/docs/manual/mod/mod_status.html.en
@@ -92,9 +92,11 @@ performance</td></tr>
configuration file</p>
<div class="example"><p><code>
&lt;Location /server-status&gt;<br />
+ <span class="indent">
SetHandler server-status<br />
<br />
Require host example.com<br />
+ </span>
&lt;/Location&gt;
</code></p></div>
diff --git a/docs/manual/mod/mod_status.xml b/docs/manual/mod/mod_status.xml
index 75614562e1..06a3dd6a81 100644
--- a/docs/manual/mod/mod_status.xml
+++ b/docs/manual/mod/mod_status.xml
@@ -79,9 +79,11 @@ performance</description>
configuration file</p>
<example>
&lt;Location /server-status&gt;<br />
+ <indent>
SetHandler server-status<br />
<br />
Require host example.com<br />
+ </indent>
&lt;/Location&gt;
</example>