]> git.pld-linux.org Git - packages/apache-mod_jk.git/blobdiff - apache-mod_jk.conf
- migrate to apache 2.4
[packages/apache-mod_jk.git] / apache-mod_jk.conf
index 6f4c4cdfa05c97b58348e099049b42727d27b595..91c466cb38353d8e1e5e51316b370ffa74c1d423 100644 (file)
@@ -1,4 +1,3 @@
-# $Id$
 LoadModule     jk_module       modules/mod_jk.so
 
 # See conf/httpd-jk.conf for more complete directives
@@ -25,13 +24,13 @@ LoadModule  jk_module       modules/mod_jk.so
 
 ### Don't forget to set ACLs for mod_jk URIs
 #    <Location /examples/>
-#      Allow from all
+#      Require all granted
 #    </Location>
 
 ### Access tomcat manager (tomcat-webapp-manager rpm package)
 #    JkMount /manager/html tomcat
 #    <Location /manager/html>
 #      SSLRequireSSL
-#      Allow from all
+#      Require all granted
 #    </Location>
 </IfModule>
This page took 0.107316 seconds and 4 git commands to generate.