# Load mod_jk m odule
# Specify the filename of the mod_jk lib
LoadModule jk_module modules/mod_jk.so
# Where to find workers.properties
JkWorkersFile conf.d/workers.properties
# Where to put jk logs
#JkLogFile logs/mod_jk.log
JkLogFile "| /web/apache2/bin/rotatelogs /web/apache2/logs/mod_jk.log.%Y%m%d 86400"
# Set the jk log level [debug/error/info]
#JkLogLevel debug
#JkLogLevel info
JkLogLevel error
# Select the log form at
JkLogStampFormat "[%a %b %d %H:%M:%S %Y]"
# JkOptions indicates to send SSK KEY SIZE
#JkOptions +ForwardKeySize +ForwardURICompat -ForwardDirectories
JkOptions +ForwardKeySize +ForwardURICompat +ForwardURICompatUnparsed -ForwardDirectories
# JkRequestLogFormat
JkRequestLogFormat "%w %V %T"
# Mount your applications
# The default setting only sends Java application data to mod_jk.
# Use the commented-out line to send all URLs through mod_jk.
# JkMount /* loadbalancer
#JkMount /application/* loadbalancer
#JkMountFile conf.d/uriworkermap.properties
# Add sharedmemory.
# This directive is present with 1.2.10 and
# later versions of mod_jk, and is needed for
# for load balancing to work properly
JkShmFile logs/jk.shm