Posts Tagged ‘LAMP’

A Portable Web Server

Tuesday, September 30th, 2008

XAMPP is an easy-to-install Apache distribution containing MySQL, PHP and Perl. XAMPP is really very easy to install and to use - just download, extract and start.

AMPstart is a launcher that helps XAMPP web server run on CD/DVD, USB flash and HDD.

Link: AMPstart

Setting Up LAMP On FreeBSD

Saturday, September 20th, 2008

Setting up a LAMP server is a common task for systems administrators, and FreeBSD is one of the most reliable and stable operating systems available. You can swap out the L in LAMP with F for FreeBSD to build a fast and reliable Web server.

Link: Linux

Installing LAMP On Ubuntu For Newbies

Monday, July 16th, 2007

This guide will show you how to install a LAMP system. LAMP stands for Linux, Apache, MySQL, PHP. The guide is intended to help those who have very little knowlegde of using Linux.

Link: HowtoForge

Optimizing Apache and PHP

Friday, June 8th, 2007

Applications using the LAMP (Linux®, Apache, MySQL, PHP/Perl) architecture are constantly being developed and deployed. But often the server administrator has little control over the application itself because it’s written by someone else. This series of three articles discusses many of the server configuration items that can make or break an application’s performance. This second article focuses on steps you can take to optimize Apache and PHP.

Link: IBM