I have done a fresh install of ubuntu 14.04 server. Can anyone has any idea why in my ip adress appear only apache page and not that i have setup?
http://192.3.52.176/For some reason they changed the directory to /var/www/html instead of /var/www
I am doing this from memory right now so it might not be 100% correct, but you need to modify the path. Something like this:
sudo vim /etc/apache2/sites-available/000-default
Change DocumentRoot I think it is from /var/www/html to /var/www
Then restart apache
sudo service apache2 restart