faster ( squid + apache httpd + apache tomcat )
- by letronje
We have a production setup where we have
Squid in the front(caching images, js, css, etc)
Apache httpd in the middle(prefork + mod_rewrite + mod_jk/AJP + mod_deflate + mod_php(few php pages))
Apache tomcat 5.5 at the end serving all the dynamic stuff.
What would be the best way to reduce the overhead of having 3 servers in the request path ?
…