From: Rich Bowen Date: Thu, 11 Aug 2016 12:45:18 +0000 (+0000) Subject: A little odd having that warning buried under the machine-readable X-Git-Tag: 2.5.0-alpha~1297 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0d8e8af9c4ba54f5aa417b7bb4e591ce4bd0d2a3;p=thirdparty%2Fapache%2Fhttpd.git A little odd having that warning buried under the machine-readable section. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1755973 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/docs/manual/mod/mod_status.xml b/docs/manual/mod/mod_status.xml index 3098c9f74d0..4dc5822f49d 100644 --- a/docs/manual/mod/mod_status.xml +++ b/docs/manual/mod/mod_status.xml @@ -69,6 +69,16 @@ performance is On. In version 2.3.6, loading mod_status will toggle ExtendedStatus On by default.

+ + + It should be noted that if mod_status is + loaded into the server, its handler capability is available + in all configuration files, including + per-directory files (e.g., + .htaccess). This may have security-related + ramifications for your site. + +
@@ -109,15 +119,6 @@ performance log_server_status, which you will find in the /support directory of your Apache HTTP Server installation.

- - It should be noted that if mod_status is - loaded into the server, its handler capability is available - in all configuration files, including - per-directory files (e.g., - .htaccess). This may have security-related - ramifications for your site. - -