[warn] _default_ VirtualHost overlap on port 443, the first has precedence
are caused because the virtualhosts are not named.
(The same applies for any other port, for example 80)
Add this in your apache configuration file
NameVirtualHost *:443
In Ubuntu server, Linux, that configuration is actually located in the ports.conf file in /etc/apache2.
NameVirtualHost *:80
NameVirtualHost *:443
Listen 80
No comments:
Post a Comment