From 0dbcbba934a8f0ec8c5a03efa34c9cf9af824c0e Mon Sep 17 00:00:00 2001 From: Cliff Woolley Date: Mon, 5 Aug 2002 20:41:42 +0000 Subject: [PATCH] update transform git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@96312 13f79535-47bb-0310-9956-ffa450edef68 --- docs/manual/mod/mod_info.html.en | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/docs/manual/mod/mod_info.html.en b/docs/manual/mod/mod_info.html.en index 89e408c183..660eebf90c 100644 --- a/docs/manual/mod/mod_info.html.en +++ b/docs/manual/mod/mod_info.html.en @@ -43,6 +43,14 @@ SetHandler server-info
files, including per-directory files (e.g., .htaccess). This may have security-related ramifications for your site.

+ +

In particular, this module can leak sensitive information + from the configuration directives of other Apache modules such as + system paths, usernames/passwords, database names, etc. Due to + the way this module works there is no way to block information + from it. Therefore, this module should ONLY be used in a controlled + environment and always with caution.

+

Directives


AddModuleInfo Directive

Description: Allows additional information to be added to the module -- 2.50.1