What does “VirtualHost overlap on port 443” mean?
Why does Apache report “[warn] _default_ VirtualHost overlap on port 443, the first has precedence” when I start it? If you’re going to be serving HTTP -and- HTTPS, be advised that most Apache2 distributions (including Debian) are missing a necessary “NameVirtualHost *:443” statement in /etc/apache2/ports.conf. Add the line to ports.conf: <IfModule mod_ssl.c> # If you …
Continue reading ‘What does “VirtualHost overlap on port 443” mean?’ »