Tag Archives // MySQL

Setup a Production CentOS LAMP Web Server

August 26, 2012 // Web Development // One Comment

Overview This article explains how to configure a production web server with CentOS Linux, Apache, MySQL, and PHP.  It will also explain how to harden the system to protect from typical intrusions.  All steps are required unless otherwise stated as…

Setting up a Test Bench Web Server With Apache, PHP, MySQL, and More on Windows

March 27, 2010 // Web Development // 40 Comments

Create a Website Directory This is the directory in which your websites will be stored. Create the main directory (“C:/websites”) Create a subdirectory for each website (“C:/websites/example”) Create a subdirectory for the live website content (“C:/websites/example/online”) Install Apache Go to…