Redirecting specific traffic to amazon AWS
Posted
by
yoav r
on Server Fault
See other posts from Server Fault
or by yoav r
Published on 2012-04-09T09:13:21Z
Indexed on
2012/04/09
11:32 UTC
Read the original article
Hit count: 262
My server has recieved sudden increase in the (read) web traffic, requesting many map image tiles, and apache cannot handle it.
Apache cannot even handle the redirections! The average load I get in my CentOS machine is more then 200..
Is there some software out there that can redirect SOME of the traffic, such as only the traffic from specific directory (such as http://example.com/maptiles/abc.png) to a different address (sucha as http://s3.amazonaws.com/mytiles/abc.png) ?
can this be done by HAProxy?
© Server Fault or respective owner