diff options
author | Rich Bowen <rbowen@apache.org> | 2011-03-29 15:36:16 +0200 |
---|---|---|
committer | Rich Bowen <rbowen@apache.org> | 2011-03-29 15:36:16 +0200 |
commit | c63753bf7a5d74bf94d27feeb00061cfe64537df (patch) | |
tree | e7e454c910c7d1e37a469313c1e1b6b8a69e501b /docs/manual/mod/mod_status.xml | |
parent | utf-8 it is. (diff) | |
download | apache2-c63753bf7a5d74bf94d27feeb00061cfe64537df.tar.xz apache2-c63753bf7a5d74bf94d27feeb00061cfe64537df.zip |
Slight tweak to example - add indentation.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1086578 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'docs/manual/mod/mod_status.xml')
-rw-r--r-- | docs/manual/mod/mod_status.xml | 2 |
1 files changed, 2 insertions, 0 deletions
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> <Location /server-status><br /> + <indent> SetHandler server-status<br /> <br /> Require host example.com<br /> + </indent> </Location> </example> |