openbsd-ports/www/ap2-mod_jk/patches/patch-conf_uriworkermap_properties
dcoppa f6fd1af021 Import of mod_jk 1.2.37 for use on Apache2.
mod_jk is a DSO module for Apache2. It connects Apache to Tomcat.
mod_jk can be configured to off-load SSL processing to Apache, serve
static content for webapps and load balance multiple Tomcat servers.

ok kurt@
tweaks & ok sthen@
2013-01-25 08:51:16 +00:00

28 lines
793 B
Plaintext

$OpenBSD: patch-conf_uriworkermap_properties,v 1.1.1.1 2013/01/25 08:51:16 dcoppa Exp $
--- conf/uriworkermap.properties.orig Mon Mar 19 18:50:27 2012
+++ conf/uriworkermap.properties Wed Nov 28 12:17:29 2012
@@ -15,21 +15,12 @@
# uriworkermap.properties - IIS
#
-# This file provides sample mappings for example wlb
+# This file provides sample mappings for example node1
# worker defined in workermap.properties.minimal
# The general syntax for this file is:
# [URL]=[Worker name]
-/admin/*=lb
-/manager/*=lb
-/jsp-examples/*=lb
-/servlets-examples/*=lb
-/examples/*=lb
-
-# Optionally filter out all .jpeg files inside that context
-# For no mapping the url has to start with exclamation (!)
-
-!/servlets-examples/*.jpeg=lb
+/examples/*=node1
#
# Mount jkstatus to /jkmanager