]> git.pld-linux.org Git - packages/apache-mod_jk.git/blame - apache-mod_jk.conf
- rel 2
[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
c0ef7886 7# JkWorkersFile /etc/httpd/workers.properties
a6f8656d
ER
8# JkMount /*.jsp ajp12
9# JkMount /servlet/* ajp12
10# JkMount /examples/* ajp12
c0ef7886 11# <Location /examples/>
12# Allow from all
13# </Location>
a15271bc 14</IfModule>
This page took 0.051372 seconds and 4 git commands to generate.