]> git.pld-linux.org Git - packages/apache1.git/blobdiff - apache1-mod_log_config.conf
- use /sbin/service
[packages/apache1.git] / apache1-mod_log_config.conf
index 0c66318f5564efee1fc0697c489c177406d16348..261228a872133dfe0153d2f480c8c8ec69bc50ad 100644 (file)
@@ -1,5 +1,5 @@
 # $Id$
-#LoadModule log_config_module  modules/mod_log_config.so
+LoadModule log_config_module  modules/mod_log_config.so
 
 ###
 ### Log configuration Section
@@ -10,9 +10,7 @@
        LogFormat "%{Referer}i -> %U" referer
        LogFormat "%{User-agent}i" agent
 
-       CustomLog lgos/access_log common
-       CustomLog logs/referer_log referer
-       CustomLog logs/agent_log agent
+       CustomLog logs/access_log common
+#      CustomLog logs/referer_log referer
+#      CustomLog logs/agent_log agent
 </IfModule>
-
-# vim: filetype=apache ts=4 sw=4 et
This page took 0.057169 seconds and 4 git commands to generate.