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)
Monthly Archives: June 2009
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
Securing SSH server with fail2ban
When you are running your SSH server on the standard port 22, you likely see brute force login attempts multiple times a day. The SSH server does not limit unsuccessfull login attempts by itself. So there are multiple ways to … Continue reading
Posted in Security
4 Comments