Port to HTTPD 2.3.8. Add an auth module to make OpenID, OAuth 1/2 and HTTPD 2.3 Form auth modules play nice together.

git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1034693 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
jsdelfino 2010-11-13 07:53:10 +00:00
commit 3ac22b097d
57 changed files with 889 additions and 278 deletions

View file

@ -59,21 +59,21 @@ sleep 1
sleep 1
# Start two proxy balancers
./proxy-conf tmp/proxy1 8091
./proxy-conf tmp/proxy1 8090
../../modules/http/proxy-member-conf tmp/proxy1 localhost 8101
../../modules/http/proxy-member-conf tmp/proxy1 localhost 8102
../../modules/http/proxy-member-conf tmp/proxy1 localhost 8103
../../modules/http/httpd-start tmp/proxy1
./proxy-conf tmp/proxy2 8092
./proxy-conf tmp/proxy2 8091
../../modules/http/proxy-member-conf tmp/proxy2 localhost 8101
../../modules/http/proxy-member-conf tmp/proxy2 localhost 8102
../../modules/http/proxy-member-conf tmp/proxy2 localhost 8103
../../modules/http/httpd-start tmp/proxy2
# Redirect traffic from port 80 to proxy1
#sudo ../../ubuntu/ip-redirect-all 80 8091
#sudo ../../ubuntu/ip-redirect-all 80 8090
# Redirect traffic from port 80 to proxy2
#sudo ../../ubuntu/ip-redirect-all 80 8092
#sudo ../../ubuntu/ip-redirect-all 80 8091