Update von SYSCP von Froxlor apache down

  • Hallo,
    Ich habe ebend von Syscp auf Froxlor geupdatet wollen.
    Ich habe die Update auch ausgführt jetzt zeigt mir aber apache2 beim start folgendes an
    [PHP]Restarting web server: apache2apache2: Could not reliably determine the server's fully qualified domain name, using ::1 for ServerName
    [Sat Nov 27 13:54:22 2010] [warn] VirtualHost 85.131.163.221:80 overlaps with VirtualHost 85.131.163.221:80, the first has precedence, perhaps you need a NameVirtualHost directive
    [Sat Nov 27 13:54:22 2010] [warn] VirtualHost 85.131.163.221:80 overlaps with VirtualHost 85.131.163.221:80, the first has precedence, perhaps you need a NameVirtualHost directive
    [Sat Nov 27 13:54:22 2010] [warn] VirtualHost 85.131.163.221:80 overlaps with VirtualHost 85.131.163.221:80, the first has precedence, perhaps you need a NameVirtualHost directive
    apache2: Could not reliably determine the server's fully qualified domain name, using ::1 for ServerName
    [Sat Nov 27 13:54:22 2010] [warn] VirtualHost 85.131.163.221:80 overlaps with VirtualHost 85.131.163.221:80, the first has precedence, perhaps you need a NameVirtualHost directive
    [Sat Nov 27 13:54:22 2010] [warn] VirtualHost 85.131.163.221:80 overlaps with VirtualHost 85.131.163.221:80, the first has precedence, perhaps you need a NameVirtualHost directive
    [Sat Nov 27 13:54:22 2010] [warn] VirtualHost 85.131.163.221:80 overlaps with VirtualHost 85.131.163.221:80, the first has precedence, perhaps you need a NameVirtualHost directive
    Action 'start' failed.
    The Apache error log may have more information.[/PHP]


    Hat da jemand eine Lösung für?

  • Zitat von Sunnboy96;27616

    Hat da jemand eine Lösung für?


    Ohne deine Apache Konfiguration/vHosts zu kennen: Nein ;)



    MfG Christian

    "Wer nur noch Enten sieht, hat die Kontrolle über seine Server verloren." (Netzentenfund)

  • UPPS Sorry hier sind sie


    hosts


    httpd.conf

    Code
    NameVirtualHost *:80
    Listen 80
  • Ich meinte die Apache vHosts in /etc/apache2/sites-available und welche davon aktiv sind ;)



    MfG Christian

    "Wer nur noch Enten sieht, hat die Kontrolle über seine Server verloren." (Netzentenfund)

  • Entschuldige hier sind sie
    default

  • EDIT Webserver startet nun.
    Leider wenn ich domain.tld aufrufe kommt The requested URL was not found on this server.
    Weil die Domain wonaders drauf leitet.
    Wenn ich aber jetzt folgedes

    Code
    NameVirtualHost 85.131.163.221:80
    <VirtualHost 85.131.163.221:80>
    DocumentRoot "/var/www/"
     ServerName GPR0078
    </VirtualHost>


    in 10_froxlor_ipandport_85.131.163.221.80.conf eintrage gehts vorerst bis dann halt der Cronjob durchgelaufen ist, dann is dies wieder weg.
    Was kann ich da machen?