aboutsummaryrefslogtreecommitdiff
path: root/www/mod_jk/files/mod_jk.conf.sample
diff options
context:
space:
mode:
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 000000000000..c97545d64e9e
--- /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>