Custom your own category :

  • 1. Choose the categories by select the check box before category names.
  • 2. Choose the methode to combain the choosen categories between 'Slice' or 'Union' in the drop down list.
  • 3. Execute with click the 'Go' button.

Building a LAMP Server

Custom Programming, Database, Web Server

This document will walk you through the installation of what is known as a “LAMP” system: Linux, Apache, MySQL and PHP. Depending on who you talk to, the P also stands for Perl or Python, but in general, it is assumed to be PHP. I run CentOS on my servers; these directions were written for CentOS/Red Hat/Fedora..

..

I designed this document so you can just copy/paste each line or block of commands into your shell session and it will “just work” for you. This avoids tedious typing, and the inevitable typos or missed steps that result..

Full article: http://lamphowto.com/

License: Creative Commons License

Add to any service

Indexed in April 2008

Related Info Web

  • Linux Apache MySQL PHP (LAMP)
  • This is to help people setup and install a LAMP (Linux-Apache-MySQL-PHP) server in Ubuntu, including Apache 2, PHP 5 (optionally PHP 4 in Ubuntu 6.10 and lower), and MySQL 4.1 or 5.0.. .. To install the default LAMP stack in Ubuntu 7.04 (Feisty Fawn) In Feisty, the Ubuntu base system includes Tasksel. You can either install LAMP using tasksel or install the...

  • Offline Development With Django
  • Coming to Django from the PHP-world, running a local development server (as opposed to Apache or a full LAMP-machine set up for just testing) and doing real offline development is something that takes a little bit of learning. After two years of active development with Django, I’d like to share some of my learnings. Why Offline? There are many benefits for...

  • Tips for Building Next Generation Web 2.0 Applications
  • I've been spending a good amount of time the last several weeks getting ready for the workshop session I'll be giving at Web 2.0 Expo next week in San Francisco on building next-generation Web 2.0 applications.. .. That's a lot of things to learn for those who want to build Web applications that offer competitive features and will cost...

  • Disadvantages of AJAX
  • AJAX can be used to improve most parts of a web application. Before investing resources in AJAX development, take a moment and consider if this is the best solution Building a web application that employs AJAX is more difficult than building it the classic way. You need to go to extra lengths to make sure that the user experience is...

  • Tips for Building Next Generation Web 2.0 Applications
  • I've been spending a good amount of time the last several weeks getting ready for the workshop session I'll be giving at Web 2.0 Expo next week in San Francisco on building next-generation Web 2.0 applications.  What does "next generation" mean compared to what we were doing a couple of years ago with Web 2.0? A good number...