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
...@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
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