Blame SOURCES/mod_jk.conf.sample

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