Getting Started
-
Finally, to Test LAMP WebServer Installation
Access the Server document’s location:Copycd /var/www/html
Create a PHP Info file:
Copysudo nano info.php
If Got “User is Not in Sudoers file” then see: How to Enable sudo
And Append:Copy<?php phpinfo(); ?>
Ctrl+x to Save & Exit from nano Editor ;)
Set the www-data as User and Group:Copysudo 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.
You should Successfully see the PHP Info notice similar to here above :)
How to Create an Apache 2 Virtual Host on Ubuntu 18.04 Bionic.
Here GNU/Linux Apache2 Virtual-Host Quick Start
How to Getting-Started with Apache 2 Virtual Hosts on Ubuntu 18.04 Bionic
Contents