How to Install LAMP WebServer on Kali Easy Guide

May 9, 2019 | By the+gnu+linux+evangelist.

Getting Started

  1. 3. Testing LAMP

    To Test LAMP WebServer Installation.

    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

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

    <?php
    phpinfo();
    ?>
    

    Ctrl+x to Save & Exit from nano Editor ;)
    Open on Browser the URL:
    http://localhost/info.php
    In case Replace “localhost” with your Server IP in the above URL.
    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.

    Apache2 Virtual-Host Zorin OS Quick Start

Contents


QuickChic Theme • Powered by WordPress