Skip to main content


In the past I mostly used #Apache as a webserver, it was just the first I ever used and I sticked with it, but today there is #nginx and #lighttpd and both seem to be pretty well working.
Whats your favorite #webserver / #httpd for #Linux for static #html or #php-fpm ?
in reply to utzer [Friendica]

I'm a fan of a fastcgi php-fpm server and a nginx for static assets / reverse proxy for php- rpm :)
in reply to utzer [Friendica]

Been testing nginx on a few WordPress and Magento sites, and the performance difference has been dramatic
in reply to utzer [Friendica]

I always use Nginx.
It is fast and allows to do some neat tricks like SSL preread.
in reply to utzer [Friendica]

lighttpd is pretty small and convenient, yet still has quite a few features that can be enabled as modules like apache. It has a pretty good security record. I see it a lot on embedded linux devices, but I also install it myself on workstations when I want a web server for local development because it's convenient. Also have good experience with it on light usage public webpages, but I'd probably pick nginx for something with high enough volume for performance to matter.
in reply to utzer [Friendica]

Very much so. Magento is still a pig though. But there's no web server that's going to change that