]> git.pld-linux.org Git - packages/apache-mod_jk.git/commitdiff
- unified
authorElan Ruusamäe <glen@pld-linux.org>
Mon, 26 Dec 2005 19:44:06 +0000 (19:44 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    apache-mod_jk.conf -> 1.6

apache-mod_jk.conf

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