May 24, 2012

Post: Speedup your LAMP stack with LigHTTPD

… your application if you used apache specific modules – ie mod_rewrite, .htaccess, apache specific environment variables etc. So this is typically… 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…

Comment: Lighttpd as reverse proxy

We use Apache with threaded MPM as reverse proxy (and for static files) and Apache prefork MPM for serving …, mod_rewrite and so) for both webservers. Threaded MPM Apache has decent memory consumption and almost same performance as lighttpd with sendfile…