I have setup the zen load balancer in a standard setup, and I'm trying to put it in front of two apache servers that have been working well. We've run into some difficulties with the server using mod_ssl to correct case errors.
I have an ssl server farm, and it is being distributed accross two apache server. Both of these servers are using mod_speling to correct case sensitive errors on the url. It does this by redirecting the user to the "correct" url. However, the "correct" url is actually incorrect. Example, if abc.com is load balanced on port 443, to two apache servers serving on port 10443. if you want to get to the link: https://abc.com/Time/Add it will work correctly, but if you try to goto: https://abc.com/time/add mod_speling will correct it to: http://abc.com:10443/Time/Add The relative portion of the link is correct, but it redirects the user to port 10443, which is unavailable because it's behind the firewall, thus causing the error. Has anyone experienced this, and/or has any suggestions to handle this? thanks. myles. -- Myles Merrell Director of Software Engineering [email protected] ------------------------------------------------------------------------------ Live Security Virtual Conference Exclusive live event will cover all the ways today's security and threat landscape has changed and how IT managers can respond. Discussions will include endpoint security, mobile security and the latest in malware threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/ _______________________________________________ Zenloadbalancer-support mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/zenloadbalancer-support
