summaryrefslogtreecommitdiffstats
path: root/www/mod_jk/files/mod_jk.conf.sample
diff options
context:
space:
mode:
authorznerd <znerd@FreeBSD.org>2003-06-11 10:30:58 +0000
committerznerd <znerd@FreeBSD.org>2003-06-11 10:30:58 +0000
commitb956148ab74a1664b967df2dcf5aaa26c50e1966 (patch)
treeebd3a6eacfeffe3518365262d2894ede0457109a /www/mod_jk/files/mod_jk.conf.sample
parent875f1c216e6444b8d474cf10715890d9235aba9c (diff)
downloadFreeBSD-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.sample14
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>
OpenPOWER on IntegriCloud