Post
Topic
Board Bitcoin Discussion
Re: PSA: Add a Full Node for just $19/year!
by
chek2fire
on 17/09/2014, 11:35:37 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

I do this but nothing happens. I see the same apache page. When i give restart apache it say and that

AH00558: apache2: Could not reliably determine the server's fully qualified domain name, using 192.3.52.176. Set the 'ServerName' directive globally to suppress this message

edit: Sorry it works! I have to remove and

*/5 * * * * python /usr/local/bin/btc-update.py
*/5 * * * * /usr/bin/vnstat -u >/dev/null 2>&1

in the first lines of the file. I have change this before when i look a solution for apache page. thx Morblias!