How to Install LAMP WebServer on Debian Bullseye 11 Easy Guide

November 11, 2019 | 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

    And Append:

    <?php
    phpinfo();
    ?>
    

    Ctrl+x to Save & Exit from nano Editor ;)
    Set the www-data as User and Group:

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

    Then Open on Browser the URL:
    http://localhost/info.php
    In case Replace “localhost” with your Server IP in the above URL.
    How to Install LAMP Debian Bullseye 11 - PHP Info
    You should Successfully see the PHP Info notice similar to here above :)

  2. How to Create an Apache 2 Virtual Host on Debian Bullseye 11.

    GNU/Linux Apache2 Virtual-Host Quick Start

” title=”How to Getting-Started with Apache 2 Virtual Hosts on Debian Bullseye 11″>GNU+Linux Apache2 VHost

Contents


Tags: , , , , , , , , , , , , , , , , , , , , , , , , , , , , , ,