
mag at newsof
Aug 1, 2002, 7:11 AM
Post #5 of 5
(1245 views)
Permalink
|
On Wed, Jul 31, 2002 at 11:34:30PM -0400, Theo Schlossnagle wrote: > > On Wednesday, July 31, 2002, at 08:23 , Mark A. Garcia wrote: > >My test above was to simulate a test environment configuration wise, > >without having to actually test this on three seperate machines. > > > >The ultimate goal is to handle three websites and balance them over a > >cluster of three servers. Each website has it's own server root on each > >machine. > > > >So, each server with be running three seperate apache servers. > > > >Each site would have 3 IP's. The set of site IP's would be on seperate > >subnet's, like so: > > > > servers X Y Z > >-------------------------------------------- > >Site A -> 10.10.10.2, 10.10.10.3, 10.10.10.4 > >Site B -> 10.10.20.2, 10.10.20.3, 10.10.20.4 > >Site C -> 10.10.30.2, 10.10.30.3, 10.10.30.4 > > > >Server X would have three server roots: > > > >/www/A > >/www/B > >/www/C > > > >With there own 'backhand' socket dir. > > > >Server X would run an apache server for each server root that is > >listening to > >the appropriate address and MulticastStats to the appropriate broadcast > >address: > > > >Apache(A) -> 10.10.10.255 > >Apache(B) -> 10.10.20.255 > >Apache(C) -> 10.10.30.255 > > > >So, site A would be served by apache server running on three 3 machines, > >broadcasting to 10.10.10.255 > > > >Is what I'm doing valid with mod_backhand? > > In short, no. Thanks. That's all I needed to know :-) > > Why do you want to run three Apache instances? That is more difficult > to administrate than running just one Apache instance serving different > document roots over the different IPs? You should be able to accomplish > this with <VirtualHost> directives and a single Apache instance. > Assuming you don't have any drastically conflicting requirement for the > Apache instances to serve these sites, it should be one Apache instance > serving N web sites over M IP address on a single machine. If you > follow this methodology, mod_backhand will work fine for you -- I use it > this way to serve N disparate web sites over M IP addresses (with M or > more machines). We have requirements that force us to use different Apache root's. I wish I could just run one Apache instance serving different virtualhosts. Just our isolated case, apart from everything else, requires us to have secure and seperated Web server environments from each of our different clients. > > -- > Theo Schlossnagle > Principal Consultant > OmniTI Computer Consulting, Inc. -- http://www.omniti.com/ > Phone: +1 301 776 6376 Fax: +1 410 880 4879 > 1024D/82844984/95FD 30F1 489E 4613 F22E 491A 7E88 364C 8284 4984 > 2047R/33131B65/71 F7 95 64 49 76 5D BA 3D 90 B9 9F BE 27 24 E7 > > > _______________________________________________ > backhand-users mailing list > backhand-users [at] lists > http://lists.backhand.org/mailman/listinfo/backhand-users
|