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

Posted in nginx | Tagged , , | 9 Comments

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