Pages
Categories
Archives
- May 2010 (1)
- April 2010 (1)
- July 2009 (1)
- June 2009 (2)
- January 2009 (2)
- July 2008 (1)
- June 2008 (3)
- February 2008 (1)
- November 2007 (1)
- October 2007 (5)
- September 2007 (3)
- August 2007 (7)
- July 2007 (5)
Category Archives: nginx
Running Mercurial with FastCGI in nginx
Mercurial is a so called DRCS (Distributed Revision Control System). I have been using Subversion for a couple of years, both at work and for my own projects. Now I thought it was about time to try something different. But … Continue reading
Nginx rewrite rules for SilverStripe CMS
If you are using Nginx with a configuration that is directly serving php pages via FastCGI, you need to adapt the rewrite rules to Nginx. In the case of the CMS-system SilverStripe this is not really straight forward. The original … Continue reading
Posted in nginx
2 Comments
Nginx as a reverse proxy for Apache
While Apache is a great server for delivering dynamic content and especially hosting PHP-based websites, it has a high memory footprint and a high overhead when forking new worker processes during high server load. In this article I will describe … Continue reading
Posted in Apache, nginx
3 Comments