[Apache] [warn] _default_ VirtualHost overlap on port 443, the first has precedence
I was getting an error because I had written <VirtualHost *:443>
entries in two or more places in Apache’s config files.
■ Error Content
[warn] _default_ VirtualHost overlap on port 443, the first has precedence
In this case, the issue was that I had written them separately in two files: ssl.conf and proxy.conf.
That’s all from the Gemba.