From 58ebcee8ba3559d747ac1c6cd4e08066752f86d8 Mon Sep 17 00:00:00 2001
From: Andre Malo To configure You may wish to add a
It should also be noted that if
Status:
Extension Module Identifier:
info_module Source File:
mod_info.c Summary
-
mod_info
, add the following to your
httpd.conf
file.
-<Location /server-info>
-SetHandler server-info
-</Location>
-
+ <Location /server-info>
+
+ SetHandler server-info
+
+ </Location>
+ <Limit>
@@ -43,7 +44,7 @@ SetHandler server-info
mod_info
is compiled into the server, its
handler capability is available in all configuration
- files, including per-directory files (e.g.,
+ files, including per-directory files (e.g.,
.htaccess
). This may have security-related
ramifications for your site.
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.
Description: | Adds additional information to the module information displayed by the server-info handler |
---|---|
Syntax: - | AddModuleInfo module-name string |
Context: + | AddModuleInfo module-name string |
Context: | server config, virtual host |
Status: | Extension |
Module: | mod_info |
Compatibility: | Apache 1.3 and above |
This allows the content of string to be shown as +
This allows the content of string to be shown as HTML interpreted, Additional Information for - the module module-name. Example:
+ the module module-name. Example: -
- AddModuleInfo mod_authn_file.c 'See <a \
-
- href="http://www.apache.org/docs-2.0/mod/mod_authn_file.html">\
- http://www.apache.org/docs-2.0/mod/mod_authn_file.html</a>'
-
-
+ AddModuleInfo mod_authn_file.c 'See <a \
+
+ href="http://www.apache.org/docs-2.0/mod/mod_authn_file.html">\
+ http://www.apache.org/docs-2.0/mod/mod_authn_file.html</a>'
+
+