mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-27 05:10:36 +00:00
fcdecc69a2
- 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)
16 lines
465 B
Plaintext
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>
|