Post
Topic
Board Bitcoin Discussion
Re: PSA: Add a Full Node for just $19/year!
by
Morblias
on 17/09/2014, 02:42:26 UTC
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:

Code:
sudo vim /etc/apache2/sites-available/000-default

Change DocumentRoot I think it is from /var/www/html to /var/www

Then restart apache

Code:
sudo service apache2 restart