wtuyss 发表于 2018-10-2 09:06:23

在CentOS下安装apche+tomcat+mysql+php-Holy

#add mod_jk module  LoadModule jk_module modules/mod_jk.so
  # Update this path to match your modules location
  # Where to find workers.properties
  # Update this path to match your conf directory location (put workers.properties next to #httpd.conf)
  JkWorkersFile /home/www/apache/conf/workers.properties
  # Where to put jk logs
  # Update this path to match your logs directory location (put mod_jk.log next to access_log)
  JkLogFile   /home/www/apache/logs/mod_jk.log
  # Set the jk log level
  JkLogLevel    info
  # Select the log format
  JkLogStampFormat "[%a %b %d %H:%M:%S %Y] "

  # JkOptions indicate to send SSL KEY>  JkOptions   +ForwardKeySize +ForwardURICompat -ForwardDirectories
  # JkRequestLogFormat set the request format
  JkRequestLogFormat   "%w %V %T"
  # Send everything for context /examples to worker named worker1 (ajp13)
  JkMount/*.jsp worker1

页: [1]
查看完整版本: 在CentOS下安装apche+tomcat+mysql+php-Holy