OpenPKG CVS Repository
http://cvs.openpkg.org/
____________________________________________________________________________
Server: cvs.openpkg.org Name: Ralf S. Engelschall
Root: /v/openpkg/cvs Email: [EMAIL PROTECTED]
Module: openpkg-src Date: 22-Jun-2007 17:14:46
Branch: HEAD Handle: 2007062216144600
Modified files:
openpkg-src/apache apache.base
Log:
provide server config info and runtime status via local loopback
Summary:
Revision Changes Path
1.21 +17 -0 openpkg-src/apache/apache.base
____________________________________________________________________________
patch -p0 <<'@@ .'
Index: openpkg-src/apache/apache.base
============================================================================
$ cvs diff -u -r1.20 -r1.21 apache.base
--- openpkg-src/apache/apache.base 22 Jun 2007 14:59:15 -0000 1.20
+++ openpkg-src/apache/apache.base 22 Jun 2007 15:14:46 -0000 1.21
@@ -131,6 +131,23 @@
</Directory>
</IfModule>
+# global server status information
+<IfModule status_module>
+ ExtendedStatus on
+ <Location /apache-server-status>
+ SetHandler server-status
+ Order deny,allow
+ Deny from all
+ Allow from 127.0.0.1
+ </Location>
+ <Location /apache-server-info>
+ SetHandler server-info
+ Order deny,allow
+ Deny from all
+ Allow from 127.0.0.1
+ </Location>
+</IfModule>
+
# automatic CGI recognition by extension
<IfModule mime_module>
<IfModule cgi_module>
@@ .
______________________________________________________________________
OpenPKG http://openpkg.org
CVS Repository Commit List [email protected]