1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-27 05:10:36 +00:00
freebsd-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

16 lines
465 B
Plaintext

# 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>