Category Archives: Lighttpd

Running a FastCGI Application Server with a Lighttpd Front End

Running a FastCGI Application Server separately from the Web Server has been an increasingly popular topic. The FastCGI Wikipedia Article states some of the reasons for it – “This separation allows server and application processes to be restarted independently — … Continue reading

Posted in Lighttpd, PHP | Leave a comment

Django on Lighttpd with FastCGI

After having followed the Django documentation on how to use Django with lighttpd and fastcgi numerous times, I had very little success. Being new to Django and very anxious to dive in head first, this was a very frustrating hurdle … Continue reading

Posted in Django, Lighttpd | 6 Comments