diff options
author | jsdelfino <jsdelfino@13f79535-47bb-0310-9956-ffa450edef68> | 2010-03-17 08:12:39 +0000 |
---|---|---|
committer | jsdelfino <jsdelfino@13f79535-47bb-0310-9956-ffa450edef68> | 2010-03-17 08:12:39 +0000 |
commit | 8ccd1ab0bc508fedcb72e1343396fd4c8e8aa9a6 (patch) | |
tree | 5a8a0ac7a845aa05d25753ece7212a697776ae3f /sca-cpp/trunk/modules/http | |
parent | 2df2ef9c55bcd5fc17d9400799a80cc941e05a39 (diff) |
Added support for HTTP references and different versions of the store-wsgi composite.
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@924188 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'sca-cpp/trunk/modules/http')
-rwxr-xr-x | sca-cpp/trunk/modules/http/httpd-conf | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sca-cpp/trunk/modules/http/httpd-conf b/sca-cpp/trunk/modules/http/httpd-conf index 434040803d..bc5ca25a4c 100755 --- a/sca-cpp/trunk/modules/http/httpd-conf +++ b/sca-cpp/trunk/modules/http/httpd-conf @@ -28,6 +28,8 @@ mkdir -p $root/logs mkdir -p $root/conf cat >$root/conf/httpd.conf <<EOF ErrorLog $root/logs/error_log +LogFormat "%h %l %u %t \"%r\" %>s %b \"%{Referer}i\" \"%{User-agent}i\"" combined +CustomLog $root/logs/access_log combined ServerName http://127.0.0.1:$port Listen $port DocumentRoot $htdocs |