diff options
Diffstat (limited to 'sca-cpp/trunk/hosting/server')
-rw-r--r-- | sca-cpp/trunk/hosting/server/server.composite | 3 | ||||
-rwxr-xr-x | sca-cpp/trunk/hosting/server/start | 2 |
2 files changed, 3 insertions, 2 deletions
diff --git a/sca-cpp/trunk/hosting/server/server.composite b/sca-cpp/trunk/hosting/server/server.composite index d79ec3b584..911ec3eefe 100644 --- a/sca-cpp/trunk/hosting/server/server.composite +++ b/sca-cpp/trunk/hosting/server/server.composite @@ -144,7 +144,8 @@ <service name="Memcache"> <binding.http uri="memcache"/> </service> - <property name="servers">localhost:11211</property> + <property name="server">localhost:11211</property> + <property name="server">localhost:11212</property> </component> <component name="Database"> 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 |