]> git.pld-linux.org Git - packages/apache-mod_jk.git/commitdiff
- by default - do logging
authorPaweł Gołaszewski <blues@pld-linux.org>
Fri, 11 Mar 2005 16:30:01 +0000 (16:30 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    apache-mod_jk.conf -> 1.5

apache-mod_jk.conf

index 86c06d807256d3709b873a6c75f94af02fb3594a..ba6778e676eb4e8d19f7f43629588204d1bc22c6 100644 (file)
@@ -1,12 +1,12 @@
 # $Id$
 LoadModule     jk_module       modules/mod_jk.so
 
-#<IfModule mod_jk.c>
+<IfModule mod_jk.c>
+        JkLogFile       /var/log/httpd/mod_jk.log
+        JkLogLevel      warn
 #        JkWorkersFile /usr/local/tomcat/conf/workers.properties
-#        JkLogFile  logs/jk.log
-#        JkLogLevel warn
 #        JkMount /*.jsp ajp12
 #        JkMount /servlet/* ajp12
 #        JkMount /examples/* ajp12
-#</IfModule>
+</IfModule>
 # vim: filetype=apache ts=4 sw=4 et
This page took 0.064703 seconds and 4 git commands to generate.