Changeset 1547

Show
Ignore:
Timestamp:
04/27/06 00:32:40 (3 years ago)
Author:
anarcat
Message:

move the server-status handler back to httpd.conf

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • alternc/trunk/etc/alternc/apache.conf

    r1546 r1547  
    1111</Directory> 
    1212 
    13 <Location /server-status> 
    14     SetHandler server-status 
    15     Order deny,allow 
    16     Deny from all 
    17     Allow from %%monitor_ip%% 
    18 </Location> 
    19  
    2013<VirtualHost *:80> 
    2114# ***ALTERNC_ALIASES*** 
  • alternc/trunk/etc/alternc/templates/apache/httpd.conf

    r1020 r1547  
    239239</IfModule> 
    240240 
     241<Location /server-status> 
     242    SetHandler server-status 
     243    Order deny,allow 
     244    Deny from all 
     245    Allow from %%monitor_ip%% 
     246</Location> 
     247 
    241248DirectoryIndex index.html index.htm index.shtml index.php3 index.php4 index.phtml index.php 
    242249