Running Drupal with Clean URL on Nginx or Lighttpd

Tag: , , — January 17, 2007 @ 7:36 am Comments 33

First of all, my previous post on Nginx vs. Lighttpd for a small VPS seems to be a “hit”. Thanks to Glenn for submitting it to programming.reddit.com, which got picked up by a few bloggers. Got around 1,000 unique visitors on the day where the post went live, which I guess is pretty good for [...]

Nginx vs. Lighttpd for a small VPS

Tag: , , , — January 10, 2007 @ 4:41 am Comments 55

I have been using Lighttpd for almost a year and Nginx for a month on my servers. I know that they were created to be massively scalable, solving the C10k problem. However their asynchronised-IO model and small memory foot-print also make them suitable as alternative HTTP servers for memory-limited VPS. Alternative = Anything but the [...]

Use spawn-fcgi for lighttpd + PHP-FastCGI

Tag: , , — May 20, 2006 @ 4:00 am Comments 4

I had a problem with Lighttpd and PHP on the default Gentoo install. The configuration that comes with Gentoo, and the “official recommendation” use bin-ath in the mod_fastcgi to point to PHP’s CGI executable.