Blame SOURCES/mod_jk.conf.sample

5e542b
# Load mod_jk module
5e542b
# Specify the filename of the mod_jk lib
5e542b
LoadModule jk_module modules/mod_jk.so
5e542b
5e542b
# Where to find workers.properties
5e542b
JkWorkersFile conf.d/workers.properties
5e542b
5e542b
# Where to put jk logs
5e542b
JkLogFile logs/mod_jk.log
5e542b
5e542b
# Set the jk log level [debug/error/info]
5e542b
JkLogLevel info
5e542b
5e542b
# Select the log format
5e542b
JkLogStampFormat  "[%a %b %d %H:%M:%S %Y]"
5e542b
5e542b
# JkOptions indicates to send SSL KEY SIZE
5e542b
JkOptions +ForwardKeySize +ForwardURICompat -ForwardDirectories
5e542b
5e542b
# JkRequestLogFormat
5e542b
JkRequestLogFormat "%w %V %T"
5e542b
5e542b
# Mount your applications
5e542b
# JkMount /application/* loadbalancer
5e542b
5e542b
# You can use external file for mount points.
5e542b
# It will be checked for updates each 60 seconds.
5e542b
# The format of the file is: /url=worker
5e542b
# /examples/*=loadbalancer
5e542b
JkMountFile conf.d/uriworkermap.properties
5e542b
5e542b
# Add shared memory.
5e542b
# This directive is present with 1.2.10 and
5e542b
# later versions of mod_jk, and is needed for
5e542b
# for load balancing to work properly
5e542b
JkShmFile /var/cache/httpd/mod_jk/jk.shm