NameVirtualHost *:80 has no VirtualHosts

Discussion in 'General' started by rewards, Sep 16, 2013.

  1. rewards

    rewards New Member

    Hello,

    When I run /etc/init.d/httpd restart, I get the message below. How can I fix this? Thank you.

    [root@server1 ~]# /etc/init.d/httpd restart
    Stopping httpd: [ OK ]
    Starting httpd: [Sun Sep 15 06:55:36 2013] [warn] NameVirtualHost 192.168.0.110:80 has no VirtualHosts
    [Sun Sep 15 06:55:36 2013] [warn] NameVirtualHost 192.168.0.110:443 has no VirtualHosts
    [Sun Sep 15 06:55:36 2013] [warn] NameVirtualHost *:443 has no VirtualHosts
    [Sun Sep 15 06:55:36 2013] [warn] NameVirtualHost *:80 has no VirtualHosts
    [ OK ]
    [root@server1 ~]#
     
  2. till

    till Super Moderator Staff Member ISPConfig Developer

    Thats ok, nothing that needs to be fixed. apache informs you just that you can add additional vhosts.
     

Share This Page