Educating the world

Our blog has over 10,000 readers a month

Tags: apache

Installing VirtualBox, CentOS 5.4, Apache, PHP and MySQL

September 11th, 2012
I've recently done a project that uses load balancing. mod_proxy is a blog for another day but it was based on a LAMP stack. I install this all the time for lots of different projects. Some are development projects and some are just system administratio… more »

B2Evolution Bad Request Illegal value received for parameter

March 20th, 2011
I suddenly started getting a very strange error message in my B2Evolution installation after restarting the web server. The error message read:Bad Request!The parameters of your request are invalid.If you have obtained this error by clicking on… more »

Installing Tomcat as a service under windows

February 25th, 2009
The Apache Tomcat instructions on this are here but they are both worse than useless and totally acurate. It starts we the sentence: This section of the documentation applies to procrun 1.0, and is now obsolete Great! Now what. There is no link to… more »

Fixing PHP's require "open_basedir restriction in effect" on Plesk

December 30th, 2007
When moving from Ensim to Plesk I noticed that all my PHP programs stopped working. Every relative pathed file I had added to a require() statement errorred with the message: open_basedir restriction in effect I added the current directory ('.') to… more »