Question
Installing second website to single Ubuntu VPS running apache2
This is a test environment so i dont have a domain.
I have a VPS with apache2 installed and i have a website located at
/var/www/html .
I access it via going to my ipaddress/index.php
I want to set up another website let’s say at
/var/www/site2
and be able to acceess at ipaddress/site2/index.php
How can i achieve this? The guides didn’t really help me i think im losing it somewhere in the /etc/apache2/sites-available configuration.
These answers are provided by our Community. If you find them useful, show some love by clicking the heart. If you run into issues leave a comment, or add your own answer to help others.
×