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