From 47017915e45f786265f5763ebf711abfe308738c Mon Sep 17 00:00:00 2001 From: jsdelfino Date: Wed, 8 Dec 2010 03:52:15 +0000 Subject: Move HTTPD Require configuration for openid resources to the openid configuration scripts. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1043294 13f79535-47bb-0310-9956-ffa450edef68 --- sca-cpp/trunk/modules/http/httpd-conf | 18 ++---------------- 1 file changed, 2 insertions(+), 16 deletions(-) (limited to 'sca-cpp/trunk/modules/http/httpd-conf') diff --git a/sca-cpp/trunk/modules/http/httpd-conf b/sca-cpp/trunk/modules/http/httpd-conf index ed2b7bb06d..37fa2e4051 100755 --- a/sca-cpp/trunk/modules/http/httpd-conf +++ b/sca-cpp/trunk/modules/http/httpd-conf @@ -22,6 +22,8 @@ here=`readlink -f $0`; here=`dirname $here` mkdir -p $1 root=`readlink -f $1` +jsprefix=`readlink -f $here/../js` + host=$2 port=`$here/httpd-addr port $3` pport=`$here/httpd-addr pport $3` @@ -103,22 +105,6 @@ Require all granted AuthType None Require all granted - -AuthType None -Require all granted - - -AuthType None -Require all granted - - -AuthType None -Require all granted - - -AuthType None -Require all granted - AuthType None Require all granted -- cgit v1.2.3