… applications. Use Reverse proxy in front. You may configure other Apache server to use as reverse proxy, you may also use Squid, Lighttpd, Nginx etc, in…, setting them to be directly services by reverse proxy servers could be enough. The note about LigHTTPD – I like this one in particular…
Comment: Pitfall of proxying HTTP requests through Lighttpd
I had the problem with Nginx too, when i downloaded a big file (750M), and using Nginx as a reversed proxy before lighttpd.
Comment: Pitfall of proxying HTTP requests through Lighttpd
The store-and-forward nature of lighttpd is good for getting data away from the backends as … me before, when I was proxying large files off a backend squid server. I know two reverse proxies that have hybrid S&F and cut-through forwarding with configureable buffer size – nginx and squid.

