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 tovar/www/html instead ofvar/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 vimetc/apache2/sites-available/000-default
Change DocumentRoot I think it is fromvar/www/html tovar/www
Then restart apache
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 * * * * pythonusr/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!