LAMP Installation in Zorin OS 16 – Step-by-step

August 31, 2021 | By the+gnu+linux+evangelist.

Getting Started

  1. 3. Testing LAMP

    Testing LAMP WebServer Installation
    Access the Target with:

    cd /var/www/html

    Create a PHP Info file:

    sudo touch info.php
    sudo chown www-data:www-data info.php
    sudo nano info.php

    And append:

    <?php
    phpinfo();
    ?>
    

    Ctrl+x to Save & Exit from nano Editor ;)
    Open on Browser the URL:
    http://localhost/info.php
    LAMP Quick Start Zorin OS- PHP Info
    You should Successfully see the PHP Info notice :)

    How to Create an Apache 2 Virtual Host on Zorin OS.

    GNU/Linux Apache2 Virtual-Host Quick Start

Contents


QuickChic Theme • Powered by WordPress