diff options
author | jsdelfino <jsdelfino@13f79535-47bb-0310-9956-ffa450edef68> | 2012-04-02 06:23:44 +0000 |
---|---|---|
committer | jsdelfino <jsdelfino@13f79535-47bb-0310-9956-ffa450edef68> | 2012-04-02 06:23:44 +0000 |
commit | 58693003dace4ef41f7f0eca2085514a82dfe959 (patch) | |
tree | 1790988b75d43843c94c91d85d973ce3003f7a97 /sca-cpp/trunk/hosting/server/start | |
parent | 54b61a4f65fb36be0bc3f190707aac2c4226a4a9 (diff) |
Automatically reconnect to a Memcached server after a disconnection.
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1308245 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'sca-cpp/trunk/hosting/server/start')
-rwxr-xr-x | sca-cpp/trunk/hosting/server/start | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sca-cpp/trunk/hosting/server/start b/sca-cpp/trunk/hosting/server/start index a74581aa59..1737efb7b1 100755 --- a/sca-cpp/trunk/hosting/server/start +++ b/sca-cpp/trunk/hosting/server/start @@ -56,7 +56,6 @@ EOF else cat >tmp/conf/log.conf <<EOF # Generated by: start $* -LogLevel debug ErrorLog $here/tmp/logs/error_log CustomLog $here/tmp/logs/access_log combined @@ -115,5 +114,6 @@ AliasMatch /v/([^/]+)(.*)$ $here/htdocs/app\$2 EOF # Start server +#../../modules/http/httpd-loglevel-conf tmp debug ../../modules/http/httpd-start tmp |