May 24, 2012

Post: Speedup your LAMP stack with LigHTTPD

… be bottleneck for your LAMP stack, or you might be wasting resources on your web servers. The problem with Apache server comes… well with it, some, including APC requires careful configuration to work like you expect it to work. Use other server, ie lighttpd with… by reverse proxy servers could be enough. The note about LigHTTPD – I like this one in particular because it is really…

Post: Lighttpd as reverse proxy

lighttpd in front of apache to handle http requests (more about http://www.mysqlperformanceblog.com/2006/05/21/speedup-your-lamp-stack-with-lighttpd…/html/htdocs” to point to actual directory with web documents Uncomment next lines in lighttpd.conf server.modules = ( … “mod_auth”, “mod_status…

Comment: Speedup your LAMP stack with LigHTTPD

[...] often recommend to set lighttpd in front of apache to handle http requests (more about http://www.mysqlperformanceblog.com/2006/05/21/speedup-your-lamp-stack-with-lighttpd/ ) , redirect dynamic requests to apache and handle static files by itself. I just gathered [...]

Comment: Speedup your LAMP stack with LigHTTPD

[...] MySQL Performance Blog: Speed Your LAMP Stack with LigHTTPD. [...]

Post: Content delivery system design mistakes

This week I helped dealing with performance problems (part MySQL related and part related to LAMP in general) of system which does… not good for serving static content especially with many thousands of keep-alive connections. Lighttpd is often named as faster alternative. It… in the project we’re speaking about with exception of resuming file downloads. In lighttpd 1.4 you could not tell server…