Hi,
We have a high-accessed website and I need to create a cache strategy
for that.
So I'm thinking to use the follow architecture.
1) A lighttpd webserver in front of everyone + mod_proxy
balancing/pointing to some squid servers.
2) Some squid servers in the middle
3) Application servers as the backend servers
4) A third server (lighttpd) to server static resources (images, CSS and
JS files)
NOTE 1: All servers reading from the storage device
NOTE 2: Our main goal is to minimize the amount of requests reaching the
backend servers.
What do you think about that?
What do you suggest for that?
Thank you,
Ronan