Got warning VirtualHosts

Discussion in 'General' started by luckytom, Sep 1, 2016.

  1. luckytom

    luckytom New Member

    Hello,
    When starting httpd, I always got warnings, like this:
    [warn] NameVirtualHost 192.123.456.789:443 has no VirtualHosts
    [warn] NameVirtualHost 192.123.456.788:443 has no VirtualHosts
    [warn] NameVirtualHost *:80 has no VirtualHosts
    [warn] NameVirtualHost *:443 has no VirtualHosts
    [warn] NameVirtualHost *:80 has no VirtualHosts

    Does it need to be ignored, or at least what should I do, and how to make it?
     
    Last edited: Sep 1, 2016
  2. till

    till Super Moderator Staff Member ISPConfig Developer

    These can be ignored. Thats mor a infor than a warning, it basically means that apache is configured to have virtual hosts on these IP's.
     
  3. luckytom

    luckytom New Member

    Hm I see, thanks. But if I make a VirtualHost, why it should port: 443? (I usually know port 80).
     
    Last edited: Sep 1, 2016
  4. till

    till Super Moderator Staff Member ISPConfig Developer

    Port 443 is HTTPS, so you need port 80 and 443 if you want to be able to host website with http and https.
     
  5. luckytom

    luckytom New Member

    OK Brehm, thanks again.
     

Share This Page