ServerName consected.net
appearing right after the line, but the error still appears.
Its easy to fix though. Just
nano /etc/apache2/httpd.conf
Then add the following line to the file (my file was empty to start with, so don't panic)
ServerName consected.net
Now restart the apache server (service apache2 restart) and the error has gone. Cool!
No comments:
Post a Comment