278N/ALoadModule jk_module libexec/mod_jk.so
278N/A
278N/A<IfModule mod_jk.c>
4018N/A JkWorkersFile /etc/apache2/2.4/conf.d/workers.properties
278N/A # Where to put jk shared memory
278N/A # Update this path to match your local state directory or logs directory
4018N/A JkShmFile /var/apache2/2.4/logs/mod_jk.shm
278N/A # Where to put jk logs
278N/A # Update this path to match your logs directory location (put mod_jk.log next to access_log)
4018N/A JkLogFile /var/apache2/2.4/logs/mod_jk.log
278N/A # Set the jk log level [debug/error/info]
278N/A JkLogLevel info
278N/A # Select the timestamp log format
278N/A JkLogStampFormat "[%a %b %d %H:%M:%S %Y] "
278N/A # Send everything for context /examples to worker named worker1 (ajp13)
278N/A JkMount /examples/* worker1
278N/A</IfModule>
278N/A