summaryrefslogtreecommitdiffstats
path: root/branches/sca-java-1.x/demos/load-balancing-webapp/src/test/resources/apache-80/conf/httpd.conf
diff options
context:
space:
mode:
authorantelder <antelder@13f79535-47bb-0310-9956-ffa450edef68>2009-04-21 06:30:38 +0000
committerantelder <antelder@13f79535-47bb-0310-9956-ffa450edef68>2009-04-21 06:30:38 +0000
commitf3a04540471fc448e3a5cf38509152fdd2140608 (patch)
tree73c9c8056197bee9729ad14901e1caa74d3c5bbd /branches/sca-java-1.x/demos/load-balancing-webapp/src/test/resources/apache-80/conf/httpd.conf
parent0645fef8ff9c1c8fd05a5e9076934ed4786c62fe (diff)
Move to 1.x-contrib
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@766996 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'branches/sca-java-1.x/demos/load-balancing-webapp/src/test/resources/apache-80/conf/httpd.conf')
-rw-r--r--branches/sca-java-1.x/demos/load-balancing-webapp/src/test/resources/apache-80/conf/httpd.conf28
1 files changed, 0 insertions, 28 deletions
diff --git a/branches/sca-java-1.x/demos/load-balancing-webapp/src/test/resources/apache-80/conf/httpd.conf b/branches/sca-java-1.x/demos/load-balancing-webapp/src/test/resources/apache-80/conf/httpd.conf
deleted file mode 100644
index 37cf284d35..0000000000
--- a/branches/sca-java-1.x/demos/load-balancing-webapp/src/test/resources/apache-80/conf/httpd.conf
+++ /dev/null
@@ -1,28 +0,0 @@
-# Load mod_jk module
-# Update this path to match your modules location
-LoadModule jk_module modules/mod_jk.so
-
-# Declare the module for <IfModule directive> (remove this line on Apache 2.x)
-# AddModule mod_jk.c
-# Where to find workers.properties
-# Update this path to match your conf directory location (put workers.properties next to httpd.conf)
-JkWorkersFile conf/workers.properties
-
-# Where to put jk shared memory
-# Update this path to match your local state directory or logs directory
-JkShmFile logs/mod_jk.shm
-
-# Where to put jk logs
-# Update this path to match your logs directory location (put mod_jk.log next to access_log)
-JkLogFile logs/mod_jk.log
-
-# Set the jk log level [debug/error/info]
-JkLogLevel info
-
-# Select the timestamp log format
-JkLogStampFormat "[%a %b %d %H:%M:%S %Y] "
-
-# Send everything for context /examples to worker named worker1 (ajp13)
-# JkMount /examples/* worker1
-# Send everything for context /* to the router
-JkMount /* router