mirror of
https://github.com/apache/httpd.git
synced 2025-08-26 05:42:34 +03:00
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@76995 13f79535-47bb-0310-9956-ffa450edef68
45 lines
1.2 KiB
HTML
45 lines
1.2 KiB
HTML
<!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML 2.0//EN">
|
|
<html>
|
|
<head>
|
|
<title>Apache module mod_info</title>
|
|
</head>
|
|
|
|
<body>
|
|
<IMG SRC="../images/apache_sub.gif" ALT="">
|
|
<h1>Module mod_info</h1>
|
|
|
|
This module is contained in the <code>mod_info.c</code> file. It
|
|
provides a comprehensive overview of the current server configuration
|
|
including all installed modules. This module is not compiled into the
|
|
server by default. It is only available in Apache 1.1 and later. To
|
|
enable it, add the following line to the server build Configuration
|
|
file, and rebuild the server:
|
|
|
|
<PRE>
|
|
Module info_module mod_info.o
|
|
</PRE>
|
|
|
|
<HR>
|
|
<P>
|
|
To configure it, add the following to your <code>access.conf</code> file.
|
|
|
|
<PRE>
|
|
<Location /server-info>
|
|
SetHandler server-info
|
|
</Location>
|
|
</PRE>
|
|
|
|
You may wish to add a limit clause inside the location directive to limit
|
|
access to your server configuration information.<p>
|
|
Once configured, the server information is obtained by accessing
|
|
<tt>http://your.host.dom/server-info</tt><p>
|
|
|
|
<!--%hypertext -->
|
|
<hr>
|
|
<A HREF="../"><IMG SRC="../images/apache_home.gif" ALT="Home"></A>
|
|
<A HREF="./"><IMG SRC="../images/apache_index.gif" ALT="Index"></A>
|
|
|
|
</BODY>
|
|
</HTML>
|
|
<!--/%hypertext -->
|