Tag Archives: apache

How To: Install Xampp In Ubuntu

This is a how-to for setting up a web development environment easily. This guide is aimed at a development environment only and should not be used as a public webserver. To setup a public webserver follow the directions on the … Continue reading

Posted in How To, Tutorial, Ubuntu | Tagged , , , , , , , , | 4 Comments

Installing LAMP on Ubuntu

LAMP (Linux, Apache, MySQL and PHP) is an open source Web development platform that uses Linux as operating system, Apache as the Web server, MySQL as the relational database management system and PHP as the object-oriented scripting language. This instruction … Continue reading

Posted in How To, Tutorial, Ubuntu | Tagged , , , , , , , | 1 Comment

Installing LAMP on Fedora Core

A note to myself This will install the basic components for a dynmaic, database-driven web site. We use yum to handle dependencies and gather all of the required packages. 1. Install Apache (httpd), PHP, MySQL (server and client), and the … Continue reading

Posted in Uncategorized | Tagged , , , , , , , , , , , | Leave a comment