I would restart Apache2 but there comes an Error
$ sudo service apache2 start Starting web server apache2 Action \'start\' failed. The Apache error log may hav
in the apache virtualhost you have to define the path to the error log file. when apache2 start for the first time it will create it automatically.
for example ErrorLog "/var/www/www.localhost.com/log-apache2/error.log" in the apache virtualhost..