Apache won't start (CentOS 6)

Try removing the Listen 443 in /etc/httpd/conf.d/ssl.conf and then service httpd restart.

1 Like

service httpd restart
Stopping httpd: [FAILED]
Starting httpd: [Fri Sep 16 21:24:17 2016] [warn] NameVirtualHost *:443 has no VirtualHosts
[Fri Sep 16 21:24:17 2016] [warn] NameVirtualHost *:80 has no VirtualHosts
[ OK ]

It’s working now, both http and https ! (after removing Listen 443 in /etc/httpd/conf.d/ssl.conf)

1 Like

Thank you, pfg! Great community!

I didn’t noticed this yesterday, but now mydomain.com is pointing to vpsxxx.ovh.com :open_mouth:

Nevermind, it was pointing to /home/ovh in defaultSSL.conf. Changed it to /home/mysite .

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.