diff options
Diffstat (limited to '')
-rwxr-xr-x | sca-cpp/trunk/modules/server/server-conf | 17 |
1 files changed, 14 insertions, 3 deletions
diff --git a/sca-cpp/trunk/modules/server/server-conf b/sca-cpp/trunk/modules/server/server-conf index 742d48d614..992627596b 100755 --- a/sca-cpp/trunk/modules/server/server-conf +++ b/sca-cpp/trunk/modules/server/server-conf @@ -64,17 +64,24 @@ Alias /atomutil.js $jsprefix/htdocs/atomutil.js Alias /ui.js $jsprefix/htdocs/ui.js Alias /ui.css $jsprefix/htdocs/ui.css Alias /scdl.js $jsprefix/htdocs/scdl.js -Alias /graph.js $jsprefix/htdocs/graph.js <Location /component.js> AuthType None Require all granted </Location> -<Location /scdl.js> +<Location /util.js> AuthType None Require all granted </Location> -<Location /util.js> +<Location /elemutil.js> +AuthType None +Require all granted +</Location> +<Location /xmlutil.js> +AuthType None +Require all granted +</Location> +<Location /atomutil.js> AuthType None Require all granted </Location> @@ -86,6 +93,10 @@ Require all granted AuthType None Require all granted </Location> +<Location /scdl.js> +AuthType None +Require all granted +</Location> EOF |