ports/www/mod_jk/files/mod_jk.conf.sample.in
Philip M. Gollucci fcdecc69a2 - Update to 1.2.27 [1]
- While here Use SUB_FILES for pkg-message and mod_jk.conf.sample
- PORTREVISION bump for slave port www/mod_jk-apache2

PR:             ports/130306 [1]
Submitted by:   brd
Approved by:    maintainer timeout (5 months)
2009-05-10 23:25:18 +00:00

15 lines
465 B
Text

# Replace jsp-hostname with the hostname of your JSP server, as
# specified in workers.properties.
#
<IfModule mod_jk.c>
JkWorkersFile %%APACHEETCDIR%%/workers.properties
JkLogFile /var/log/jk.log
JkShmFile /var/log/jk-runtime-status
JkLogLevel error
# Sample JkMounts. Replace these with the paths you would
# like to mount from your JSP server.
JkMount /*.jsp jsp-hostname
JkMount /servlet/* jsp-hostname
JkMount /examples/* jsp-hostname
</IfModule>