]> git.pld-linux.org Git - packages/apache-mod_jk.git/commitdiff
- path to workers.properties
authorpawelz <pawelz@pld-linux.org>
Tue, 24 Nov 2009 08:30:42 +0000 (08:30 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- example Location tag

Changed files:
    apache-mod_jk.conf -> 1.7

apache-mod_jk.conf

index bc570473f2417a155f2e379b658c45c35c8c7650..d032c5cb0bf73e0944f4597a01593d66cbdc4c19 100644 (file)
@@ -4,8 +4,11 @@ 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
+#    JkWorkersFile  /etc/httpd/workers.properties
 #    JkMount /*.jsp ajp12
 #    JkMount /servlet/* ajp12
 #    JkMount /examples/* ajp12
+#    <Location /examples/>
+#      Allow from all
+#    </Location>
 </IfModule>
This page took 0.059525 seconds and 4 git commands to generate.