Changeset 1547
- Timestamp:
- 04/27/06 00:32:40 (3 years ago)
- Files:
-
- alternc/trunk/etc/alternc/apache.conf (modified) (1 diff)
- alternc/trunk/etc/alternc/templates/apache/httpd.conf (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
alternc/trunk/etc/alternc/apache.conf
r1546 r1547 11 11 </Directory> 12 12 13 <Location /server-status>14 SetHandler server-status15 Order deny,allow16 Deny from all17 Allow from %%monitor_ip%%18 </Location>19 20 13 <VirtualHost *:80> 21 14 # ***ALTERNC_ALIASES*** alternc/trunk/etc/alternc/templates/apache/httpd.conf
r1020 r1547 239 239 </IfModule> 240 240 241 <Location /server-status> 242 SetHandler server-status 243 Order deny,allow 244 Deny from all 245 Allow from %%monitor_ip%% 246 </Location> 247 241 248 DirectoryIndex index.html index.htm index.shtml index.php3 index.php4 index.phtml index.php 242 249
