I'm working on setting up a VPS, and I'm not about to go with slow apache. I'm looking into lighttpd and nginx, but I don't know which one to go with.

I'm running Ubuntu 10.04 on an OpenVZ VPS

My VPS has these resources:

  • 40 GB disk space
  • 1.5 GB memory/2 GB burst
  • 3 TB bandwidth
link|improve this question

Depends on your applications? – zaub3r3r May 15 '11 at 19:02
feedback

1 Answer

up vote 4 down vote accepted

I prefer nginx over lighttpd for following reasons:

  1. Easier and more sane config format.
  2. More and better documented modules
  3. It is actively maintained and developed. Last major release was 2 years ago.

Only pros of lighttpd over nginx
1. Talking to backends via HTTP/1.1
2. Automatic spawning of FastCGI backends

link|improve this answer
Alright. I think I'll try nginx, and see how I like it. – Sam Bloomberg May 15 '11 at 19:05
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.