Apache errors

Discussion in 'Server Operation' started by foxfirediego, Sep 3, 2009.

  1. foxfirediego

    foxfirediego New Member

    When I restart apache I got this message:
    why is this happening?
    Thanks
     
  2. foxfirediego

    foxfirediego New Member

    ok, now I have edited /etc/hosts and included
    22.222.222.3 abracadabra
    now I get this when I restart
     
  3. falko

    falko Super Moderator Howtoforge Staff

    You can ignore these warnings. They just mean that you have
    Code:
    NameVirtualHost 11.11.111.35:80
    and
    Code:
    NameVirtualHost 11.11.111.35:443
    directives in your configuration, but no vhosts for these directives. Nothing to worry about.
     
  4. foxfirediego

    foxfirediego New Member

    allright, thank you so much Falko!
     

Share This Page