How to Install LAMP Ubuntu 18.04 Bionic Easy Guide

April 18, 2018 | By the+gnu+linux+evangelist.

Getting Started

  1. Finally, to Test LAMP WebServer Installation
    Access the Server document’s location:

    cd /var/www/html

    Create a PHP Info file:

    sudo nano info.php

    If Got “User is Not in Sudoers file” then see: How to Enable sudo
    And Append:

    <?php
    phpinfo();
    ?>
    

    Ctrl+x to Save & Exit from nano Editor ;)
    Set www-data as owner of Web Server main Directory:

    sudo chown -R www-data:www-data /var/www

    On a Local Machine Open on Browser the URL:
    http://localhost/info.php
    For a Remote one amend the above with the IP.
    How to Install LAMP Ubuntu 18.04 Bionic - PHP Info
    You should Successfully see the PHP Info notice similar to here above :)

  2. How to Create an Apache 2 Virtual Host on Ubuntu 18.04 Bionic.

    GNU/Linux Apache2 Virtual-Host Quick Start

Contents


QuickChic Theme • Powered by WordPress