Okay...when i run that command it says "
* Restarting web server apache2
apache2: apr_sockaddr_info_get() failed for blok
apache2: Could not reliably determine the server's fully qualified domain name, using 127.0.0.1 for ServerName
apache2: apr_sockaddr_info_get() failed for blok
apache2: Could not reliably determine the server's fully qualified domain name, using 127.0.0.1 for ServerName"
Last night when I created my virtual host i did it like this
"<VirtualHost 109.74.205.225:80>
ServerAdmin
root@blokmovaz.com
ServerName blokmovaz.com
ServerAlias
www.blokmovaz.com
DocumentRoot /srv/www/blokmovaz.com/public_html/
ErrorLog /srv/www/blokmovaz.com/logs/error.log
CustomLog /srv/www/blokmovaz.com/logs/access.log combined
</VirtualHost>"