welcome to the official weblog c0d334rl

how to building server localhost on linux

For my friends who love to design websites and blogs certainly no stranger to the local host, the device used to build a webserver on your computer. Many types can be used to build localhost, such as XAMPP, WAMP, and so forth. Here I am trying to build locslhost using XAMPP on ubuntu 10.04, the steps I did was:

Download XAMPP
Installing, moving the file downloaded xampp-linux-1.7.4.tar.gz to the home directory. Then open a terminal and type in the code below

example :
c0d334rl@Anonymous:~$ sudo tar xvfz xampp-linux-1.7.4.tar.gz-C / opt

This process is extract the file downloaded xampp-linux-1.7.4.tar.gz to the / opt directory, after all finished means XAMPP is installed in / opt / lampp directory.

Running XAMPP, to run it pretty easy, just type the code as shown below

sudo / opt / lampp / lampp start

Last please test by typing http://localhost or http://127.0.0.1 in your favorite browser.
#/////////////////////////////////////////////////////////////////
#// - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
#// Regards       : c0d334rl | Qye
#// - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
#// GENERATED ON  : 2012-12-01 | 00:04 PM
#/////////////////////////////////////////////////////////////////
[ home ] [ archive ] [ faq ] [ request ] [ friend's ] [ download list ]
#///////////////////////////////////////////////////////////////////////////////////////////////////////////////#
#//     --= [C] [0] [D] [3] [3] [4] [R] [L] =--  Copyright © 2013  --= [C] [0] [D] [3] [3] [4] [R] [L] =---     //#
#///////////////////////////////////////////////////////////////////////////////////////////////////////////////#