]> git.pld-linux.org Git - packages/apache-mod_jk.git/commitdiff
- make it consistent with worker.properties
authorpawelz <pawelz@pld-linux.org>
Wed, 23 Dec 2009 17:14:13 +0000 (17:14 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- more examples
- some comments

Changed files:
    apache-mod_jk.conf -> 1.8

apache-mod_jk.conf

index d032c5cb0bf73e0944f4597a01593d66cbdc4c19..9d44efd72de4ba04b379d3a284d0b44ce6b92351 100644 (file)
@@ -4,11 +4,25 @@ LoadModule    jk_module       modules/mod_jk.so
 <IfModule mod_jk.c>
     JkLogFile       /var/log/httpd/mod_jk.log
     JkLogLevel      warn
+
+### Uncomment following line to enable mod_jk
 #    JkWorkersFile  /etc/httpd/workers.properties
-#    JkMount /*.jsp ajp12
-#    JkMount /servlet/* ajp12
-#    JkMount /examples/* ajp12
+
+### Forward these URIs to tomcat
+#    JkMount /*.jsp tomcat
+#    JkMount /servlet/* tomcat
+#    JkMount /examples/* tomcat
+
+### Don't forget to set ACLs for mo_jk URIs
 #    <Location /examples/>
 #      Allow from all
 #    </Location>
+
+### Access tomcat manager (tomcat-webapp-manager rpm package)
+#    JkMount /manager/html
+#    <Location /manager/html>
+#      SSLRequireSSL
+#      Allow from all
+#    </Location>
+
 </IfModule>
This page took 0.051955 seconds and 4 git commands to generate.