From: Rich Bowen Date: Tue, 29 Mar 2011 13:36:16 +0000 (+0000) Subject: Slight tweak to example - add indentation. X-Git-Tag: 2.3.12~144 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c63753bf7a5d74bf94d27feeb00061cfe64537df;p=thirdparty%2Fapache%2Fhttpd.git Slight tweak to example - add indentation. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1086578 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/docs/manual/mod/mod_status.html.en b/docs/manual/mod/mod_status.html.en index af0c3d4bd6a..65d4e5a403c 100644 --- a/docs/manual/mod/mod_status.html.en +++ b/docs/manual/mod/mod_status.html.en @@ -92,9 +92,11 @@ performance configuration file

<Location /server-status>
+ SetHandler server-status

Require host example.com
+
</Location>

diff --git a/docs/manual/mod/mod_status.xml b/docs/manual/mod/mod_status.xml index 75614562e19..06a3dd6a813 100644 --- a/docs/manual/mod/mod_status.xml +++ b/docs/manual/mod/mod_status.xml @@ -79,9 +79,11 @@ performance configuration file

<Location /server-status>
+ SetHandler server-status

Require host example.com
+
</Location>