Round Robin And UserDirs
Dec 7, 2008
Round-robin and UserDirs
I just setup a round-robin so that my website is always available even if one of the 2 servers goes down. It works like it should, however, i can't access the userdirs from server2. The userdirs are located on server1.
It's setup like this:
www1.domain.org is server1
www2.domain.org is server2www.domain.org is the round-robin. I have 2 WWW's pointed with an A record to each of the server's IP addresses.
On server 1 i have 2 userdirs which are accessible through www1.domain.org/~user . They should also be reachable on www2, because if they are not, they wont be accessible half the time due to the round robin.
I therefore added a .htaccess in www2's root document directory with the following info:
Redirect /~user1/ http://www1.domain.org/~user1/
Redirect /~user2/ http://www1.domain.org/~user2/
So when i go to www2.domain.org/~user1/, i should be automatically be transferred to server1... but all i get is a 404 error page. It works perfectly when accessed on www1. I don't see what i'm doing wrong. I thought it might be the userDir setting in apache that might be causing trouble.. but that is turned off on server2, so that should not be the problem. Anyone here have any idea how to access the user dirs via server2?
View 6 Replies
Nov 13, 2005
iptables -t nat -A POSTROUTING -o eth0 -j SNAT -p tcp --dport 80 --to-source 1.2.3.4-1.2.3.6
If I'm understanding the iptables man correctly this rule should round-robin outgoing http requests over the IP range, instead it's sticking to the first IP no matter how many connections I make.
View 2 Replies
View Related
Sep 22, 2007
We have a few IIS servers that will be acting as front end for our users to split off the load.
Currently, we have one IIS with 1 SSL. we are going to do round robining for the FQDN to span a few IIS servers. I just wanted to make sure we would not run into any issues with the certificate. I was thinking of installing it on one server after generating the CSR and then once the root trusted is in place, export it and import it in all the other servers. Do you think this would be an issue at all? is there a better way?
additionally, the certificate is about to expire, I need a certificate with $1mil insurance, what do you think is the best deal (trusted source) going around? should I do the ones with 256bit too or have you seen any conflicts, do they auto negotiate if the client can only support 128bit?
View 3 Replies
View Related
Nov 5, 2008
Looking for redundant setup, round robin?
I'm looking to make high availability setup, and wondering how many of you have made it so?
we are looking to multi-home the page with a round robin setup, using multiple VPSs/dedicated servers geographically different locations.
Right now i'm still looking at "stale" DNS setup, no automanagement of servers down. Is there a service/software which already offers automatic changes of zones for removing servers which are down, and adding them back when they get back online?
Do i need to custom tailor everything?
View 7 Replies
View Related
Jul 13, 2007
I am trying to do a fail over solution with round robin dns. Our dns is served by windows and our web servers are setup with Linux..
I know round-robin does not by default do a fail over, however my understanding is that a script can be used to remove the failed server for dns, is anyone aware of something that will do this for windows?
View 8 Replies
View Related
Nov 29, 2007
It seems the more places we can put servers, the more places boss-man wants them
We're setting up an external network to test back into our network from geographically/carrier diverse locations. We've got about 15 hosts up, but most are in the states, one in london, one in amsterdam, one in frankfurt and one in hong kong.
The current wish list of locations includes -
- Japan
- S. Korea
- Australia (holy cow bw is expensive in sydney! is anyone charging less than $500 per Mb?)
- Paris, France (we have one quote in, but it is pretty pricy)
- Italy
- Spain
- Sweden
I'm doing research and have submitted rfq's to companies in most of these locations, but was hoping for personal recommendations of hosts you have used.
View 5 Replies
View Related
May 19, 2008
Does anyone know any tools or scripts that you can run to do email round trip monitoring (eg, sending and ensuring it’s received within x minutes)?
Not looking for a solution that is hosted (eg, websitepulse.com) but for something that can be run off a machine locally.
View 2 Replies
View Related
Dec 18, 2014
We was unable to log in into Round cube with any email account. URL....
View 2 Replies
View Related