summaryrefslogtreecommitdiffstats
path: root/sca-cpp/trunk/modules/js/js-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/js/js-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 'sca-cpp/trunk/modules/js/js-conf')
-rwxr-xr-xsca-cpp/trunk/modules/js/js-conf20
1 files changed, 0 insertions, 20 deletions
diff --git a/sca-cpp/trunk/modules/js/js-conf b/sca-cpp/trunk/modules/js/js-conf
index 09289a1899..aa29920619 100755
--- a/sca-cpp/trunk/modules/js/js-conf
+++ b/sca-cpp/trunk/modules/js/js-conf
@@ -25,47 +25,27 @@ root=`echo "import os; print os.path.realpath('$1')" | python`
cat >>$root/conf/httpd.conf <<EOF
# Generated by: js-conf $*
# Serve JavaScript scripts and CSS
-Alias /ui.css $here/htdocs/ui.css
Alias /ui-min.css $here/htdocs/ui-min.css
-Alias /all.js $here/htdocs/all.js
Alias /all-min.js $here/htdocs/all-min.js
-Alias /proxy/ui.css $here/htdocs/ui.css
Alias /proxy/ui-min.css $here/htdocs/ui-min.css
-Alias /proxy/all.js $here/htdocs/all.js
Alias /proxy/all-min.js $here/htdocs/all-min.js
EOF
cat >>$root/conf/pubauth.conf <<EOF
# Generated by: js-conf $*
-<Location /ui.css>
-AuthType None
-Require all granted
-</Location>
<Location /ui-min.css>
AuthType None
Require all granted
</Location>
-<Location /all.js>
-AuthType None
-Require all granted
-</Location>
<Location /all-min.js>
AuthType None
Require all granted
</Location>
-<Location /proxy/ui.css>
-AuthType None
-Require all granted
-</Location>
<Location /proxy/ui-min.css>
AuthType None
Require all granted
</Location>
-<Location /proxy/all.js>
-AuthType None
-Require all granted
-</Location>
<Location /proxy/all-min.js>
AuthType None
Require all granted