How To Fix Apache VirtualHost Overlap on Port 443 on AWS Linux
erics, Posted July 4th, 2016 at 4:10:17pm
If you get this error when starting Apache or via apachectl configtest
:
[warn] _default_ VirtualHost overlap on port 443, the first has precedence
then you must add:
NameVirtualHost *:443
to /etc/httpd/conf/httpd.conf, then restart Apache
Leave Your Comment
All fields marked with "*" are required.