Wednesday, April 23, 2014

_default_ VirtualHost overlap on port 443, the first has precedence

Problem:
# /usr/local/etc/rc.d/apache22 onerestart
Performing sanity check on apache22 configuration:
[Wed Apr 23 15:43:04 2014] [warn] _default_ VirtualHost overlap on port 443, the first has precedence
Syntax OK

Solution:

Add this line to your httpd-ssl.conf:

NameVirtualHost *:443

No comments: