summaryrefslogtreecommitdiffstats
path: root/sca-cpp/trunk/modules/http/mass-host-conf
diff options
context:
space:
mode:
authorjsdelfino <jsdelfino@13f79535-47bb-0310-9956-ffa450edef68>2012-07-16 06:47:37 +0000
committerjsdelfino <jsdelfino@13f79535-47bb-0310-9956-ffa450edef68>2012-07-16 06:47:37 +0000
commitf82576588fc9672a011655e709179eb43e5ab5b4 (patch)
tree159705233ce5c77c3975764d3211439171029147 /sca-cpp/trunk/modules/http/mass-host-conf
parent9bcbce787a3e7ecbc257a773be29edb1ae34f37f (diff)
Improve caching support and some of the navigations in the hosting environment.
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1361914 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to '')
-rwxr-xr-xsca-cpp/trunk/modules/http/mass-host-conf (renamed from sca-cpp/trunk/modules/http/vhost-conf)4
1 files changed, 2 insertions, 2 deletions
diff --git a/sca-cpp/trunk/modules/http/vhost-conf b/sca-cpp/trunk/modules/http/mass-host-conf
index 6d977eb1d5..2da8f4f836 100755
--- a/sca-cpp/trunk/modules/http/vhost-conf
+++ b/sca-cpp/trunk/modules/http/mass-host-conf
@@ -37,7 +37,7 @@ mkdir -p $htdocs
htdocs=`echo "import os; print os.path.realpath('$htdocs')" | python`
cat >>$root/conf/httpd.conf <<EOF
-# Generated by: vhost-conf $*
+# Generated by: mass-host-conf $*
# Enable mass dynamic virtual hosting
NameVirtualHost $vhost
@@ -52,7 +52,7 @@ Include conf/dvhost.conf
# Configure authentication
Include conf/noauth.conf
-Include conf/auth.conf
+Include conf/locauth.conf
Include conf/pubauth.conf
Include conf/adminauth.conf