summaryrefslogtreecommitdiff
path: root/www/mod_jk2/files/mod_jk.conf.sample
diff options
context:
space:
mode:
Diffstat (limited to 'www/mod_jk2/files/mod_jk.conf.sample')
-rw-r--r--www/mod_jk2/files/mod_jk.conf.sample14
1 files changed, 0 insertions, 14 deletions
diff --git a/www/mod_jk2/files/mod_jk.conf.sample b/www/mod_jk2/files/mod_jk.conf.sample
deleted file mode 100644
index c97545d64e9e..000000000000
--- a/www/mod_jk2/files/mod_jk.conf.sample
+++ /dev/null
@@ -1,14 +0,0 @@
-# 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>