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 2008
Running Django 0.96.2 in Leopard
The installer script for the Python based web development framework Django contains a bug on OSX 10.5 which leads to problems with the default applications “admin”, “comments” and “sitemaps”. The template and media files of these applications are copied to … Continue reading
Hosting OpenVZ on Ubuntu 8.04
The long term support edition 8.04 of Ubuntu Linux will provide security updates until 2013. Therefore it is an ideal distribution for building the base of a secure hosting solution. In this article I will describe how you can setup … Continue reading
Speeding up PHP in 5 minutes
By default PHP scripts are compiled on each access. This will become a real performance killer once your website hits a certain load. There is a number of Opcode caches available which try to overcome this recompiling issue by storing … Continue reading
Posted in Apache, PHP
Leave a comment