From: Rich Bowen Date: Mon, 25 Jul 2011 22:39:14 +0000 (+0000) Subject: This functionality is available when the module is *loaded* into the server, not... X-Git-Tag: 2.3.14^2~20 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=5e31554a48375e48a311688c5cc6bea6b5e9272e;p=apache This functionality is available when the module is *loaded* into the server, not *compiled* into the server. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1150943 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/docs/manual/mod/mod_status.html.en b/docs/manual/mod/mod_status.html.en index 00457278df..71a3e79998 100644 --- a/docs/manual/mod/mod_status.html.en +++ b/docs/manual/mod/mod_status.html.en @@ -128,7 +128,7 @@ performance
It should be noted that if mod_status is - compiled into the server, its handler capability is available + 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 diff --git a/docs/manual/mod/mod_status.xml b/docs/manual/mod/mod_status.xml index bd1f06f326..4129db8ce8 100644 --- a/docs/manual/mod/mod_status.xml +++ b/docs/manual/mod/mod_status.xml @@ -114,7 +114,7 @@ performance It should be noted that if mod_status is - compiled into the server, its handler capability is available + 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