Apache is not listening on port 80. It should say:
at the top of the vhost file. Again, make sure that line 80 in the x_settings table (apache_port) shows 80
You may have to run the daemon manually.
Code:
Listen 443
Listen 80
at the top of the vhost file. Again, make sure that line 80 in the x_settings table (apache_port) shows 80
You may have to run the daemon manually.