[EMAIL PROTECTED] HTTPS proxy with mod_rewrite to do a cheap ip-based load balancing

2005-11-17 Thread Thierry Danard
Hello, I am trying to implement in Apache a cheap load balancer that is only based upon the ip address of the client. I have two application servers. My Apache server is acting as a HTTPS proxy, doing all the SSL for these two application servers. Ip addresses ending with 0, 1, 2, 3 or 4 should

Re: [EMAIL PROTECTED] HTTPS proxy with mod_rewrite to do a cheap ip-based load balancing

2005-11-17 Thread Joshua Slive
On 11/17/05, Thierry Danard [EMAIL PROTECTED] wrote: I thought I could use ProxyPass and RewriteRule to achieve this. It works most of the time except that Apache sometimes performs a redirect instead of a forward. You need to get more information about sometimes. One way to do this is to