]> git.pld-linux.org Git - packages/apache.git/commitdiff
- cosmetics.
authorkloczek <kloczek@pld-linux.org>
Fri, 7 Apr 2000 05:11:38 +0000 (05:11 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    apache-mod_status.conf -> 1.2

apache-mod_status.conf

index 775552877da6dd5bd4cf580898f892acd5bf2a16..7f03ba6c7ae1e93d31a16a51e438cd52441003c8 100644 (file)
@@ -2,10 +2,10 @@
 # Change the ".your_domain.com" to match your domain to enable.
 
 <Location /server-status>
-SetHandler server-status
+       SetHandler server-status
 
-order deny,allow
-deny from all
-allow from 127.0.0.1
+       order deny,allow
+       deny from all
+       allow from 127.0.0.1
 </Location>
 
This page took 0.109355 seconds and 4 git commands to generate.