summaryrefslogtreecommitdiffstats
path: root/sca-cpp/trunk/test/store-scheme/start
diff options
context:
space:
mode:
Diffstat (limited to 'sca-cpp/trunk/test/store-scheme/start')
-rwxr-xr-xsca-cpp/trunk/test/store-scheme/start5
1 files changed, 1 insertions, 4 deletions
diff --git a/sca-cpp/trunk/test/store-scheme/start b/sca-cpp/trunk/test/store-scheme/start
index cc0ec9b5ea..398e21c8e4 100755
--- a/sca-cpp/trunk/test/store-scheme/start
+++ b/sca-cpp/trunk/test/store-scheme/start
@@ -21,14 +21,11 @@
../../modules/server/server-conf tmp
../../modules/server/scheme-conf tmp
cat >>tmp/conf/httpd.conf <<EOF
-
-<Location />
SCAContribution `pwd`/
SCAComposite store.composite
-</Location>
EOF
-apachectl -k start -d `pwd`/tmp
+../../modules/http/httpd-start tmp
mc="memcached -l 127.0.0.1 -m 4 -p 11211"
$mc &