summaryrefslogtreecommitdiffstats
path: root/sca-cpp/trunk/modules/http
diff options
context:
space:
mode:
Diffstat (limited to 'sca-cpp/trunk/modules/http')
-rwxr-xr-xsca-cpp/trunk/modules/http/http-test1
-rwxr-xr-xsca-cpp/trunk/modules/http/httpd-test1
-rwxr-xr-xsca-cpp/trunk/modules/http/proxy-test2
3 files changed, 4 insertions, 0 deletions
diff --git a/sca-cpp/trunk/modules/http/http-test b/sca-cpp/trunk/modules/http/http-test
index e9ce572994..7874a1037f 100755
--- a/sca-cpp/trunk/modules/http/http-test
+++ b/sca-cpp/trunk/modules/http/http-test
@@ -19,6 +19,7 @@
# Setup
./httpd-conf tmp localhost 8090 htdocs
+./httpd-event-conf tmp
./httpd-start tmp
sleep 2
diff --git a/sca-cpp/trunk/modules/http/httpd-test b/sca-cpp/trunk/modules/http/httpd-test
index 909bfa29f1..2b151d0e12 100755
--- a/sca-cpp/trunk/modules/http/httpd-test
+++ b/sca-cpp/trunk/modules/http/httpd-test
@@ -23,6 +23,7 @@ curl_prefix=`cat $here/../http/curl.prefix`
# Setup
./httpd-conf tmp localhost 8090 htdocs
+./httpd-event-conf tmp
./httpd-start tmp
sleep 2
diff --git a/sca-cpp/trunk/modules/http/proxy-test b/sca-cpp/trunk/modules/http/proxy-test
index d67d39aa1f..bf4e2bf460 100755
--- a/sca-cpp/trunk/modules/http/proxy-test
+++ b/sca-cpp/trunk/modules/http/proxy-test
@@ -19,8 +19,10 @@
# Setup
./httpd-conf tmp localhost 8091/8090 htdocs
+./httpd-event-conf tmp
./httpd-start tmp
./httpd-conf tmp/proxy localhost 8090 tmp/proxy/htdocs
+./httpd-event-conf tmp/proxy
./proxy-conf tmp/proxy
./proxy-member-conf tmp/proxy localhost 8091
./httpd-start tmp/proxy