[warn] NameVirtualHost *:443 has no VirtualHosts Message

Discussion in 'HOWTO-Related Questions' started by darinpeterson, Apr 1, 2013.

  1. darinpeterson

    darinpeterson Member

    I'm installing ISPConfig 3.0.5.2 today, and I'm getting this warning that I've never seen before.

    Code:
    ....
    ....
    .....ting Courier IMAP server: imapd.
    Stopping Courier IMAP-SSL server: imapd-ssl.
    Starting Courier IMAP-SSL server: imapd-ssl.
    Stopping Courier POP3 server: pop3d.
    Starting Courier POP3 server: pop3d.
    Stopping Courier POP3-SSL server: pop3d-ssl.
    Starting Courier POP3-SSL server: pop3d-ssl.
    [Sun Mar 31 18:18:40 2013] [warn] NameVirtualHost *:443 has no VirtualHosts
    [Sun Mar 31 18:18:40 2013] [warn] NameVirtualHost *:80 has no VirtualHosts
    [Sun Mar 31 18:18:41 2013] [warn] NameVirtualHost *:443 has no VirtualHosts
    [Sun Mar 31 18:18:41 2013] [warn] NameVirtualHost *:80 has no VirtualHosts
    Restarting web server: apache2 ... waiting .
    Restarting ftp server: Running: /us.....
    ....
    ....
    
    Does anyone know what this means?

    Thanks,
    Darin
     
  2. darinpeterson

    darinpeterson Member

    Can someone please tell my why Apache in ISPConfig 3.0.5.2 thinks there are no virtual hosts?

    I have configured /etc/hosts as explained using:
    Code:
    echo web.example.tld > /etc/hostname
    /etc/init.d/hostname.sh start
    
    AND
    
    vzctl set 101 --hostname web.example.tld --save
    
    Any help would be appreciated...
     
  3. falko

    falko Super Moderator Howtoforge Staff

    You can ignore these warnings. They just mean that there are no vhost configured on *:80. and *:443.
     

Share This Page