freebsd-ports/www/mod_jk/files/mod_jk.conf.sample
Ernst de Haan daf7fa2ce7 Fix broken port. Upgrades to mod_jk 1.2.3 (portepoch bumped).
PR:		52776
Submitted by:	Palle Girgensohn <girgen@pingpong.net>
2003-06-11 10:30:58 +00:00

15 lines
420 B
Plaintext

# Replace jsp-hostname with the hostname of your JSP server, as
# specified in workers.properties.
#
<IfModule mod_jk.c>
JkWorkersFile %%APACHE_CONF%%/workers.properties
JkLogFile logs/jk.log
JkLogLevel warn
# 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>