diff options
author | znerd <znerd@FreeBSD.org> | 2003-06-11 10:30:58 +0000 |
---|---|---|
committer | znerd <znerd@FreeBSD.org> | 2003-06-11 10:30:58 +0000 |
commit | b956148ab74a1664b967df2dcf5aaa26c50e1966 (patch) | |
tree | ebd3a6eacfeffe3518365262d2894ede0457109a /www/mod_jk/files/mod_jk.conf.sample | |
parent | 875f1c216e6444b8d474cf10715890d9235aba9c (diff) | |
download | FreeBSD-ports-b956148ab74a1664b967df2dcf5aaa26c50e1966.zip FreeBSD-ports-b956148ab74a1664b967df2dcf5aaa26c50e1966.tar.gz |
Fix broken port. Upgrades to mod_jk 1.2.3 (portepoch bumped).
PR: 52776
Submitted by: Palle Girgensohn <girgen@pingpong.net>
Diffstat (limited to 'www/mod_jk/files/mod_jk.conf.sample')
-rw-r--r-- | www/mod_jk/files/mod_jk.conf.sample | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/www/mod_jk/files/mod_jk.conf.sample b/www/mod_jk/files/mod_jk.conf.sample new file mode 100644 index 0000000..c97545d --- /dev/null +++ b/www/mod_jk/files/mod_jk.conf.sample @@ -0,0 +1,14 @@ +# 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> |