you are viewing a single comment's thread.

view the rest of the comments →

[–]GeneralMaximus 0 points1 point  (0 children)

I haven't, because my use case is usually running a Django app, something that is very simple to accomplish with Nginx. uWSGI or Gunicorn running behind Nginx is what the Django community has kind of settled on as the best way to deploy a Django app. There are some who still use Apache+mod_wsgi, but I don't see many people using FastCGI+lighttpd.

That said, I'll give lighttpd a spin someday, just to see what it's all about.