Results 1 to 3 of 3
  1. #1
    Senior Member
    Join Date
    Jul 2006
    Location
    IndiaMDM
    Posts
    365

    Question How to configure Lamp Server?

    How to configure Lamp Server on CentOS and RHEL?

    What's your experience?
    HostechSupport
    24x7 Remote Services
    Linux/Windows Server Administration Server Management
    Get in touch: support@hostechsuppport.com

  2. #2
    Registered User
    Join Date
    Dec 2017
    Posts
    16
    The acronym usually refers to a Linux-based operating system, the Apache web server, the MySQL database server, and the PHP programming language.

  3. #3
    Senior Member
    Join Date
    Nov 2015
    Location
    United Kingdom
    Posts
    241
    LAMP stack is a group of open source software used to get web servers up and running. The acronym stands for Linux, Apache, MySQL, and PHP. Since the virtual private server is already running Ubuntu, the linux part is taken care of. Here is how to install the rest.Set Up
    The steps in this tutorial require the user to have root privileges on your VPS. You can see how to set that up in the Initial Server Setup in steps 3 and 4.

    Step 1: Install Apache
    Apache is a free open source software which runs over 50% of the world’s web servers.

    To install apache, open terminal and type in these commands:

    sudo apt-get update
    sudo apt-get install apache2
    That’s it. To check if Apache is installed, direct your browser to your server’s IP address (eg. http://12.34.56.789). The page should display the words “It works!" like this.

    How to Find your Server’s IP address
    You can run the following command to reveal your server’s IP address.

    ifconfig eth0 | grep inet | awk '{ print $2 }'

Tags for this Thread

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  

  Find Web Hosting      
  Shared Web Hosting UNIX & Linux Web Hosting Windows Web Hosting Adult Web Hosting
  ASP ASP.NET Web Hosting Reseller Web Hosting VPS Web Hosting Managed Web Hosting
  Cloud Web Hosting Dedicated Server E-commerce Web Hosting Cheap Web Hosting


Premium Partners:


Visit forums.thewebhostbiz.com: to discuss the web hosting business, buy and sell websites and domain names, and discuss current web hosting tools and software.