]> git.pld-linux.org Git - packages/apache-mod_jk.git/blob - apache-mod_jk.conf
- 1.2.37
[packages/apache-mod_jk.git] / apache-mod_jk.conf
1 # $Id$
2 LoadModule      jk_module       modules/mod_jk.so
3
4 # See conf/httpd-jk.conf for more complete directives
5 <IfModule mod_jk.c>
6     JkLogFile       /var/log/httpd/mod_jk.log
7     JkShmFile       /var/run/httpd/mod_jk.shm
8
9 # JK log level (trace,debug,info,warn,error)
10     JkLogLevel      warn
11
12 ### Uncomment following line to enable mod_jk
13 #    JkWorkersFile  /etc/httpd/workers.properties
14
15 # If you want to put all mounts into an external file
16 # that gets reloaded automatically after changes
17 # (with a default latency of 1 minute),
18 # you can define the name of the file here.
19 #    JkMountFile     /etc/httpd/uriworkermap.properties
20
21 ### Forward these URIs to tomcat
22 #    JkMount /*.jsp tomcat
23 #    JkMount /servlet/* tomcat
24 #    JkMount /examples/* tomcat
25
26 ### Don't forget to set ACLs for mod_jk URIs
27 #    <Location /examples/>
28 #      Allow from all
29 #    </Location>
30
31 ### Access tomcat manager (tomcat-webapp-manager rpm package)
32 #    JkMount /manager/html tomcat
33 #    <Location /manager/html>
34 #      SSLRequireSSL
35 #      Allow from all
36 #    </Location>
37 </IfModule>
This page took 0.049556 seconds and 3 git commands to generate.