diff options
Diffstat (limited to 'sca-cpp/trunk/samples/store-cluster/ssl-stop')
-rwxr-xr-x | sca-cpp/trunk/samples/store-cluster/ssl-stop | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/sca-cpp/trunk/samples/store-cluster/ssl-stop b/sca-cpp/trunk/samples/store-cluster/ssl-stop index 97af3d7faa..3c52c60399 100755 --- a/sca-cpp/trunk/samples/store-cluster/ssl-stop +++ b/sca-cpp/trunk/samples/store-cluster/ssl-stop @@ -20,9 +20,12 @@ ../../modules/http/httpd-stop tmp/server1 ../../modules/http/httpd-stop tmp/server2 ../../modules/http/httpd-stop tmp/server3 + ../../modules/http/httpd-stop tmp/proxy1 ../../modules/http/httpd-stop tmp/proxy2 + ../../components/cache/memcached-stop 127.0.0.1:11411 ../../components/cache/memcached-stop 127.0.0.1:11412 ../../components/cache/memcached-stop 127.0.0.1:11413 + ../../modules/http/httpd-stop tmp/tunnel1 |