
mjy at pobox
Apr 25, 2002, 4:56 AM
Post #2 of 3
(1258 views)
Permalink
|
Hi, have you tried this without any format strings? As far as I can tell, they are only useful when you want to redirect based on parts of the original request's host. In your case, if there's only one front-end host that needs to be redirected, it isn't necessary to "know" the original host name at all. Otherwise, %-1H should probably work (if you have www2 and www3 as the back tier hosts). Regards, Marinos Kee Gohil wrote: > > Hi All > > I've been running backhand for about one month now. My set up had > www.oddschecker.co.uk as the front tier and www2.oddschecker.com and > www3.oddschecker.com in the back tier. > > Front tier configuration looked like this > > Backhand byAge > Backhand byLoad > Backhand HTTPRedirectToName %3S > > This worked fine and I was very happy with this situation. > > I changed the back tier machines from .com to .co.uk so now I have > www2.oddschecker.co.uk and www3.oddschecker.co.uk and the following > front tier configuration. > > Backhand byAge > Backhand byLoad > Backhand HTTPRedirectToName %4S > > Now the load balancing doesn't work. Versions of operating system and > apache have not changed. All I did was to change the hostname of the > machines and the ServerName directive in the httpd.conf. > > What am I missing? > > Regards > > Kee Gohil > Oddschecker > > _______________________________________________ > backhand-users mailing list > backhand-users [at] lists > http://lists.backhand.org/mailman/listinfo/backhand-users
|