# vi /etc/httpd/conf/httpd.conf
(省略)
(最下行)
Include conf/mod-jk.conf
mod-jk.confの設定
mod-jk.confファイルを次のように作成します。
# vi /etc/httpd/conf/mod-jk.conf
<ここからmod-jk.confファイルの内容>
# Load mod_jk module
# Specify the filename of the mod_jk lib
LoadModule jk_module modules/mod_jk.so
# Where to find workers.properties
JkWorkersFile conf/workers.properties
# Where to put jk logs
JkLogFile logs/mod_jk.log
# Set the jk log level [debug/error/info]
JkLogLevel info
# Select the log format
JkLogStampFormat "[%a %b %d %H:%M:%S %Y]"