ISPconfig 3.0.0.9 ([warn] NameVirtualHost IP...:80 has no VirtualHosts)

Discussion in 'Installation/Configuration' started by edge, Mar 21, 2009.

  1. edge

    edge Active Member Moderator

    For some reason I'm getting the following warning when starting (and stopping) Apache2 on my ISPcondig 3.0.0.9 server. (I've masked the real IP)
    OS is Debian Lenny.
    Not sure if this was all the time, but today I've placed the server in a DC, and I needed to change all the IP's on it.

    Looking at the /etc/apache2/sites-available/ispconfig.conf I do see the two IP's, but I do not see them in any of the .vhost files
     
  2. falko

    falko Super Moderator ISPConfig Developer

    Do the .vhost files use the correct IPs?
     
  3. edge

    edge Active Member Moderator

    Yes they do, but I found the problem (sort of)
    I had all sites set to use IP *
    After I set one of the sites to the server IP, the "[warn] NameVirtualHost 65.55.21.250:80 has no VirtualHosts" warning was gone.

    I DO still have the warning: "[warn] NameVirtualHost 65.55.21.250:443 has no VirtualHosts"
     
    Last edited: Mar 22, 2009
  4. till

    till Super Moderator Staff Member ISPConfig Developer

    This warning is fine as you do not run a SSL site on this IP yet.
     
  5. till

    till Super Moderator Staff Member ISPConfig Developer

    See my post #4. This warning is fine, so there has nothing to be changed.
     
  6. jeffsss

    jeffsss New Member

    I am getting this too, but httpd is failing to start
     
  7. till

    till Super Moderator Staff Member ISPConfig Developer

    This warning is not related to your restart problem.
     
  8. jeffsss

    jeffsss New Member

    What?
     
  9. florian030

    florian030 ISPConfig Developer ISPConfig Developer

    A simple warning does not prevent a apache-start. Maybe you have some dead apache-procs. Stop apache and check the procs with
    Code:
    ps -ef|grep apache2
     

Share This Page