]> git.pld-linux.org Git - packages/apache.git/blobdiff - apache-mod_info.conf
- allow work without systemd-units
[packages/apache.git] / apache-mod_info.conf
index 4a07456993a770e38048b815dee4400c9aac6096..5fea501fe5760da8713c2b3c41475ae297982a2f 100644 (file)
@@ -1,5 +1,5 @@
 # $Id$
-LoadModule info_module          modules/mod_info.so
+LoadModule info_module         modules/mod_info.so
 
 # Get information about the requests being processed by the server
 # and the configuration of the server.
@@ -13,10 +13,10 @@ LoadModule info_module          modules/mod_info.so
 # Change the ".example.com" to match your domain to enable.
 #
 <Location /server-info>
-    SetHandler server-info
-    Order deny,allow
-    Deny from all
-    Allow from 127.0.0.1
+       SetHandler server-info
+       Order deny,allow
+       Deny from all
+       Allow from 127.0.0.1
 </Location>
 
 </IfModule>
This page took 0.032485 seconds and 4 git commands to generate.