diff options
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 |