JkWorkersFile /usr/local/apache2.2/conf/workers.properties # Where to put jk logs JkLogFile /usr/local/apache2.2/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]" # JkOptions indicate to send SSL KEY SIZE, JkOptions +ForwardKeySize +ForwardURICompat -ForwardDirectories # JkRequestLogFormat set the request format JkRequestLogFormat "%w %V %T" JkMount /servlet/* worker1 JkMount /*.jsp worker1 JkMount /MicSeller/* worker1 JkMount /MicTrader/* worker1
(3)、增加配置文件workers.properties