]> git.pld-linux.org Git - packages/apache-mod_jk.git/commitdiff
- improved
authormick3y <mick3y@pld-linux.org>
Tue, 9 Sep 2003 22:52:20 +0000 (22:52 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    apache-mod_jk.conf -> 1.1

apache-mod_jk.conf [new file with mode: 0644]

diff --git a/apache-mod_jk.conf b/apache-mod_jk.conf
new file mode 100644 (file)
index 0000000..9633d88
--- /dev/null
@@ -0,0 +1,8 @@
+<IfModule mod_jk.c>
+        JkWorkersFile /usr/local/tomcat/conf/workers.properties
+        JkLogFile  logs/jk.log
+        JkLogLevel warn
+        JkMount /*.jsp ajp12
+        JkMount /servlet/* ajp12
+        JkMount /examples/* ajp12
+</IfModule>
This page took 0.053932 seconds and 4 git commands to generate.