[us...@httpd] RE: Authenticate each user once for multiple applications

2009-11-13 Thread Yungwei Chen
I just found that using the same value of AuthName for each application seems to solve my problem. Is it the right way to go? From: Yungwei Chen [mailto:yung...@resolvity.com] Sent: Friday, November 13, 2009 10:00 AM To: users@httpd.apache.org Subject: [us...@httpd] Authenticate each user once

RE: [us...@httpd] Authenticate each user once for multiple applications

2009-11-13 Thread Yungwei Chen
...@httpd] Authenticate each user once for multiple applications * Yungwei Chen [2009-11-13 17:00]: > >Order Deny,Allow >Deny from all >Allow from ... >ProxyPasshttps://111.111.111.111/rpt >ProxyPassReverse https://1

[us...@httpd] Authenticate each user once for multiple applications

2009-11-13 Thread Yungwei Chen
Hi, I have a reverse proxy server that forwards to requests to an internal apache server. Here's the configuration on how the reverse proxy server works. Order Deny,Allow Deny from all Allow from ... ProxyPasshttps://111.111.111.111/rpt ProxyPassRev