This warning occurred while restarting Apache server and two or more virtuelHost (VH) are listening on the same port, to avoid it just change listening port of VH in http.conf file, here is an example
<VirtualHost *:8080>
NB: If you are setting ServerName for each VH you may not face this Warning.
<VirtualHost *:8080>
NB: If you are setting ServerName for each VH you may not face this Warning.
0 comments:
Post a Comment