]> git.pld-linux.org Git - packages/apache-mod_jk.git/blame - apache-mod_jk.conf
- typo, missing argument for JkMount
[packages/apache-mod_jk.git] / apache-mod_jk.conf
CommitLineData
601579fd 1# $Id$
72d96367 2LoadModule jk_module modules/mod_jk.so
3
a15271bc 4<IfModule mod_jk.c>
a6f8656d
ER
5 JkLogFile /var/log/httpd/mod_jk.log
6 JkLogLevel warn
26584f7d 7
8### Uncomment following line to enable mod_jk
c0ef7886 9# JkWorkersFile /etc/httpd/workers.properties
26584f7d 10
11### Forward these URIs to tomcat
12# JkMount /*.jsp tomcat
13# JkMount /servlet/* tomcat
14# JkMount /examples/* tomcat
15
6479ae0f 16### Don't forget to set ACLs for mod_jk URIs
c0ef7886 17# <Location /examples/>
18# Allow from all
19# </Location>
26584f7d 20
21### Access tomcat manager (tomcat-webapp-manager rpm package)
6479ae0f 22# JkMount /manager/html tomcat
26584f7d 23# <Location /manager/html>
24# SSLRequireSSL
25# Allow from all
26# </Location>
27
a15271bc 28</IfModule>
This page took 0.056697 seconds and 4 git commands to generate.