Anzeige:
Seite 1 von 3 123 LetzteLetzte
Ergebnis 1 bis 15 von 33

Thema: Apache und PHP 4

  1. #1
    Linux NichtsWisser Avatar von Panzer
    Registriert seit
    Mar 2004
    Beiträge
    32

    Apache und PHP 4

    Hallo,

    ich habe folgendes Problem:

    Ich muss den Apache2 unregelmäßig öfter am Tag restarten, da bei Aufruf der Domain diese gedownloadet werden soll. Nach restart läuft alles normal, allerdings gibt es folgende Fehlermeldung:

    [Mon Apr 11 12:06:37 2005] [warn] NameVirtualHost 192.168.69.2:80 has no VirtualHosts
    Syntax OK
    Shutting down httpd2 (waiting for all children to terminate) ..done
    Starting httpd2 (prefork) [Mon Apr 11 12:06:43 2005] [warn] NameVirtualHost 192.168.69.2:80 has no VirtualHosts

    In den Apache logs steht nix Aufschlussreiches, System ist SuSe 9.1, ConfixX 3, Apache2, PHP4

    Hoffe hier kann jemand was damit anfangen...

  2. #2
    Registrierter Benutzer
    Registriert seit
    Aug 2004
    Ort
    Bad Wünnenberg
    Beiträge
    5.402
    Meinst du, dass sporadisch die PHP-Dateien zum Download angeboten werden anstatt sie angezeigt werden?

    Wenn ja, dann mach mal ein Update der PHP-Pakete. Im folgenden FTP-Verzeichnis findest du aktuelle PHP-Pakete für SUSE 9.1:
    ftp://ftp.gwdg.de/linux/suse/apt/sus...suse-projects/
    Gruß,
    Tomek

  3. #3
    Experiementierfreudig Avatar von dsplauen
    Registriert seit
    Oct 2002
    Ort
    Nürnberg
    Beiträge
    185
    Kenn jemand der hatte das Prob. Er hat gesagt er musste dein PHP neu installier. Weiss aber nicht genau obs ne neuere Version war.

  4. #4
    Linux NichtsWisser Avatar von Panzer
    Registriert seit
    Mar 2004
    Beiträge
    32
    Hallo,

    danke für die schnelle Hilfe....

    Das mit den Updates hat leider nicht hingehauen, ständig meckert er irgendwelche Paketabhängigkeiten an?

    Gibt es noch eine andere Möglichkeit? oder wie muss ich die Updates am schlausten machen...

  5. #5
    Registrierter Benutzer
    Registriert seit
    Aug 2004
    Ort
    Bad Wünnenberg
    Beiträge
    5.402
    Es wäre schön, wenn du uns die Fehlermeldungen zeigen könntest...

    Und poste bitte mal die Ausgabe von:
    Code:
    rpm -qa|grep php
    Gruß,
    Tomek

  6. #6
    Linux NichtsWisser Avatar von Panzer
    Registriert seit
    Mar 2004
    Beiträge
    32
    suse:~ # rpm -qa|grep php
    apache2-mod_php4-4.3.4-26
    php4-4.3.4-26
    php4-imap-4.3.4-26
    php4-session-4.3.4-26
    php4-mysql-4.3.4-26
    suse:~ #

    Ich habe jetzt ein Update durchgeführt und dabei die Paketabhängigkeiten ignoriert...dann geht gar nix.

    Außerdem habe ich eine andere Anleitung aus dem WHL-Forum befolgt...leider auch ohne Erfolg.

    http://forum.webhostlist.de/show/sho...ghlight=apache

  7. #7
    Registrierter Benutzer
    Registriert seit
    Aug 2004
    Ort
    Bad Wünnenberg
    Beiträge
    5.402
    Mache folgendes als root:
    Code:
    wget ftp://ftp.gwdg.de/linux/suse/apt/suse/9.1-i386/RPMS.suse-projects/apache2-mod_php4-4.3.10-10.1.i586.rpm
    wget ftp://ftp.gwdg.de/linux/suse/apt/suse/9.1-i386/RPMS.suse-projects/php4-mysql-4.3.10-10.1.i586.rpm
    wget ftp://ftp.gwdg.de/linux/suse/apt/suse/9.1-i386/RPMS.suse-projects/php4-imap-4.3.10-10.1.i586.rpm
    wget ftp://ftp.gwdg.de/linux/suse/apt/suse/9.1-i386/RPMS.suse-projects/php4-session-4.3.10-10.1.i586.rpm
    wget ftp://ftp.gwdg.de/linux/suse/apt/suse/9.1-i386/RPMS.suse-projects/php4-4.3.10-10.1.i586.rpm
    rpm -Uv php4-4.3.10-10.1.i586.rpm php4-session-4.3.10-10.1.i586.rpm php4-imap-4.3.10-10.1.i586.rpm php4-mysql-4.3.10-10.1.i586.rpm apache2-mod_php4-4.3.10-10.1.i586.rpm
    Danach Apache neustarten, fertig.
    Gruß,
    Tomek

  8. #8
    Linux NichtsWisser Avatar von Panzer
    Registriert seit
    Mar 2004
    Beiträge
    32
    Es wäre zu schön gewesen...


    suse:~ # rpm -Uv php4-4.3.10-10.1.i586.rpm php4-session-4.3.10-10.1.i586.rpm php4-imap-4.3.10-10.1.i586.rpm php4-mysql-4.3.10-10.1.i586.rpm apache2-mod_php4-4.3.10-10.1.i586.rpm
    warning: php4-4.3.10-10.1.i586.rpm: V3 DSA signature: NOKEY, key ID efb694ea
    Preparing packages for installation...
    php4-4.3.10-10.1
    warning: /etc/php.ini created as /etc/php.ini.rpmnew
    php4-session-4.3.10-10.1
    php4-imap-4.3.10-10.1
    php4-mysql-4.3.10-10.1
    apache2-mod_php4-4.3.10-10.1
    suse:~ #

    suse:~ # rpm -qa|grep php
    php4-session-4.3.10-10.1
    php4-4.3.10-10.1
    php4-imap-4.3.10-10.1
    apache2-mod_php4-4.3.10-10.1
    php4-mysql-4.3.10-10.1
    suse:~ #


    Beim Apache restart gab es dann folgende Meldung:
    [Tue Apr 12 12:11:59 2005] [warn] NameVirtualHost 192.168.69.2:80 has no VirtualHosts
    Syntax OK
    Shutting down httpd2 (waiting for all children to terminate) ..done
    Starting httpd2 (prefork) [Tue Apr 12 12:12:05 2005] [warn] NameVirtualHost 192.168.69.2:80 has no VirtualHosts
    ..done

    Die HP`s werden nicht angezeigt....heul

  9. #9
    Registrierter Benutzer
    Registriert seit
    Aug 2004
    Ort
    Bad Wünnenberg
    Beiträge
    5.402
    Sieht doch alles okay aus. Das PHP-Update hat doch geklappt.
    Code:
    warning: /etc/php.ini created as /etc/php.ini.rpmnew
    Wenn du an der php.ini früher Änderungen vorgenommen hast, musst du diese Änderungen wieder in die neue php.ini einfügen.

    Code:
    Starting httpd2 (prefork) [Tue Apr 12 12:12:05 2005] [warn] NameVirtualHost 192.168.69.2:80 has no VirtualHosts
    ..done
    Sieht auch in Ordnung aus. Die Warnung ist bei Confixx-Installationen normal.
    Zitat Zitat von Panzer
    Die HP`s werden nicht angezeigt....heul
    Soll ich nun meine Glaskugel rausholen? Damit lässt sich wenig bis gar nichts anfangen. Was heisst "werden nicht angezeigt" genau? Was sagt das Errorlog vom Apache-Server?
    Gruß,
    Tomek

  10. #10
    Linux NichtsWisser Avatar von Panzer
    Registriert seit
    Mar 2004
    Beiträge
    32
    Ja sorry...bei Domain Aufruf steht halt einfach, Die seite kann nicht angezeigt werden.

    Hier ein Auszug der Apache error.log:

    Code:
    [Tue Apr 12 12:12:04 2005] [notice] caught SIGTERM, shutting down
    [Tue Apr 12 12:12:06 2005] [warn] Init: Session Cache is not configured [hint: SSLSessionCache]
    [Tue Apr 12 12:12:06 2005] [notice] suEXEC mechanism enabled (wrapper: /usr/sbin/suexec2)
    [Tue Apr 12 12:12:07 2005] [notice] mod_python: Creating 32 session mutexes based on 150 max processes and 0 max threads.
    [Tue Apr 12 12:12:07 2005] [notice] Apache/2.0.49 (Linux/SuSE) configured -- resuming normal operations
    [Tue Apr 12 12:12:26 2005] [notice] child pid 4554 exit signal Segmentation fault (11)
    [Tue Apr 12 12:12:35 2005] [notice] child pid 4555 exit signal Segmentation fault (11)
    [Tue Apr 12 12:12:49 2005] [notice] child pid 4556 exit signal Segmentation fault (11)
    [Tue Apr 12 12:15:55 2005] [notice] child pid 4557 exit signal Segmentation fault (11)
    [Tue Apr 12 12:16:36 2005] [notice] child pid 4558 exit signal Segmentation fault (11)
    [Tue Apr 12 12:16:53 2005] [warn] child process 4560 still did not exit, sending a SIGTERM
    [Tue Apr 12 12:16:53 2005] [warn] child process 4561 still did not exit, sending a SIGTERM
    [Tue Apr 12 12:16:53 2005] [warn] child process 4593 still did not exit, sending a SIGTERM
    [Tue Apr 12 12:16:53 2005] [warn] child process 4597 still did not exit, sending a SIGTERM
    [Tue Apr 12 12:16:53 2005] [warn] child process 4559 still did not exit, sending a SIGTERM
    [Tue Apr 12 12:16:54 2005] [warn] child process 4560 still did not exit, sending a SIGTERM
    [Tue Apr 12 12:16:54 2005] [warn] child process 4561 still did not exit, sending a SIGTERM
    [Tue Apr 12 12:16:54 2005] [warn] child process 4593 still did not exit, sending a SIGTERM
    [Tue Apr 12 12:16:54 2005] [warn] child process 4597 still did not exit, sending a SIGTERM
    [Tue Apr 12 12:16:54 2005] [warn] child process 4559 still did not exit, sending a SIGTERM
    [Tue Apr 12 12:16:55 2005] [warn] child process 4560 still did not exit, sending a SIGTERM
    [Tue Apr 12 12:16:55 2005] [warn] child process 4561 still did not exit, sending a SIGTERM
    [Tue Apr 12 12:16:55 2005] [warn] child process 4593 still did not exit, sending a SIGTERM
    [Tue Apr 12 12:16:55 2005] [warn] child process 4597 still did not exit, sending a SIGTERM
    [Tue Apr 12 12:16:55 2005] [warn] child process 4559 still did not exit, sending a SIGTERM
    [Tue Apr 12 12:16:59 2005] [notice] caught SIGTERM, shutting down
    [Tue Apr 12 12:18:53 2005] [warn] Init: Session Cache is not configured [hint: SSLSessionCache]
    [Tue Apr 12 12:18:53 2005] [notice] suEXEC mechanism enabled (wrapper: /usr/sbin/suexec2)
    [Tue Apr 12 12:18:54 2005] [notice] mod_python: Creating 32 session mutexes based on 150 max processes and 0 max threads.
    [Tue Apr 12 12:18:54 2005] [notice] Apache/2.0.49 (Linux/SuSE) configured -- resuming normal operations
    [Tue Apr 12 12:20:56 2005] [notice] child pid 2811 exit signal Segmentation fault (11)
    [Tue Apr 12 12:21:01 2005] [notice] child pid 2812 exit signal Segmentation fault (11)
    [Tue Apr 12 12:21:09 2005] [notice] child pid 2813 exit signal Segmentation fault (11)
    [Tue Apr 12 12:23:02 2005] [warn] child process 3613 still did not exit, sending a SIGTERM
    [Tue Apr 12 12:23:02 2005] [warn] child process 3614 still did not exit, sending a SIGTERM
    [Tue Apr 12 12:23:02 2005] [warn] child process 2814 still did not exit, sending a SIGTERM
    [Tue Apr 12 12:23:02 2005] [warn] child process 2815 still did not exit, sending a SIGTERM
    [Tue Apr 12 12:23:02 2005] [warn] child process 3608 still did not exit, sending a SIGTERM
    [Tue Apr 12 12:23:02 2005] [warn] child process 3613 still did not exit, sending a SIGTERM
    [Tue Apr 12 12:23:02 2005] [warn] child process 3614 still did not exit, sending a SIGTERM
    [Tue Apr 12 12:23:02 2005] [warn] child process 2814 still did not exit, sending a SIGTERM
    [Tue Apr 12 12:23:02 2005] [warn] child process 2815 still did not exit, sending a SIGTERM
    [Tue Apr 12 12:23:02 2005] [warn] child process 3608 still did not exit, sending a SIGTERM
    [Tue Apr 12 12:23:03 2005] [warn] child process 3613 still did not exit, sending a SIGTERM
    [Tue Apr 12 12:23:03 2005] [warn] child process 2814 still did not exit, sending a SIGTERM
    [Tue Apr 12 12:23:03 2005] [warn] child process 2815 still did not exit, sending a SIGTERM
    [Tue Apr 12 12:23:03 2005] [warn] child process 3608 still did not exit, sending a SIGTERM
    [Tue Apr 12 12:23:08 2005] [notice] caught SIGTERM, shutting down
    [Tue Apr 12 12:23:08 2005] [warn] Init: Session Cache is not configured [hint: SSLSessionCache]
    [Tue Apr 12 12:23:08 2005] [notice] suEXEC mechanism enabled (wrapper: /usr/sbin/suexec2)
    [Tue Apr 12 12:23:09 2005] [notice] mod_python: Creating 32 session mutexes based on 150 max processes and 0 max threads.
    [Tue Apr 12 12:23:09 2005] [notice] Apache/2.0.49 (Linux/SuSE) configured -- resuming normal operations
    [Tue Apr 12 12:23:58 2005] [notice] child pid 3748 exit signal Segmentation fault (11)
    [Tue Apr 12 12:24:33 2005] [notice] child pid 3749 exit signal Segmentation fault (11)
    [Tue Apr 12 12:27:10 2005] [notice] child pid 3750 exit signal Segmentation fault (11)
    [Tue Apr 12 12:28:45 2005] [notice] child pid 3751 exit signal Segmentation fault (11)
    [Tue Apr 12 12:31:30 2005] [notice] child pid 3752 exit signal Segmentation fault (11)
    [Tue Apr 12 12:32:59 2005] [notice] child pid 3753 exit signal Segmentation fault (11)
    [Tue Apr 12 12:35:02 2005] [notice] child pid 3757 exit signal Segmentation fault (11)
    [Tue Apr 12 12:37:34 2005] [notice] child pid 3771 exit signal Segmentation fault (11)
    Geändert von Tomek (12.04.05 um 17:39 Uhr) Grund: Bitte in Zukunft die CODE-Tags verwenden. Danke.

  11. #11
    Linux NichtsWisser Avatar von Panzer
    Registriert seit
    Mar 2004
    Beiträge
    32
    Sobald ich die "alten php Module" installiere, läuft erstmal alles normal...!

    Muss jetzt zur Spätschicht, wäre klasse wenn du mir evtl. morgen weiterhilfst.

    Gruss Martin

  12. #12
    Registrierter Benutzer
    Registriert seit
    Aug 2004
    Ort
    Bad Wünnenberg
    Beiträge
    5.402
    Hmm, merkwürdig. Du könntest noch das LogLevel in der Apache-Konfiguration erhöhen.

    Ansonsten könntest du auch noch die Apache2-Pakete aus dem Verzeichnis updaten.
    Gruß,
    Tomek

  13. #13
    Linux NichtsWisser Avatar von Panzer
    Registriert seit
    Mar 2004
    Beiträge
    32

    Thumbs up

    Hay,

    habe jetzt den Apache auch upgedatet auf 2.0.53.

    Scheint jetzt zu laufen...falls nicht melde ich mich morgen wieder

    Vielen Dank auf jeden fall schonmal...

  14. #14
    Linux NichtsWisser Avatar von Panzer
    Registriert seit
    Mar 2004
    Beiträge
    32
    Hallo,

    habe gerade per ConfixX eine Subdomain hinzugefügt.
    Nun ist der Apache wieder nicht mehr erreichbar....

    Apache error.log:
    Code:
    [Thu Apr 14 10:22:00 2005] [error] [client 80.252.108.5] Directory index forbidden by rule: /srv/www/htdocs/web3/html/
    [Thu Apr 14 10:22:02 2005] [notice] Graceful restart requested, doing restart
    [Thu Apr 14 10:22:04 2005] [warn] NameVirtualHost 192.168.69.2:80 has no VirtualHosts
    [Thu Apr 14 10:22:05 2005] [notice] mod_python: Creating 32 session mutexes based on 150 max processes and 0 max threads.
    [Thu Apr 14 10:22:05 2005] [notice] Apache/2.0.53 (Linux/SUSE) configured -- resuming normal operations
    [Thu Apr 14 10:22:05 2005] [warn] long lost child came home! (pid 2821)
    [Thu Apr 14 10:22:11 2005] [error] [client 80.252.108.5] File does not exist: /srv/www/htdocs/web3/html/100ig.htm
    [Thu Apr 14 10:23:16 2005] [notice] child pid 15982 exit signal Segmentation fault (11)
    [Thu Apr 14 10:23:21 2005] [notice] child pid 15983 exit signal Segmentation fault (11)
    [Thu Apr 14 10:23:24 2005] [notice] child pid 15984 exit signal Segmentation fault (11)
    [Thu Apr 14 10:23:25 2005] [notice] child pid 15985 exit signal Segmentation fault (11)
    [Thu Apr 14 10:23:32 2005] [notice] child pid 15986 exit signal Segmentation fault (11)
    [Thu Apr 14 10:23:37 2005] [notice] child pid 15990 exit signal Segmentation fault (11)
    [Thu Apr 14 10:23:49 2005] [notice] child pid 15991 exit signal Segmentation fault (11)
    [Thu Apr 14 10:24:24 2005] [notice] child pid 15992 exit signal Segmentation fault (11)
    [Thu Apr 14 10:24:26 2005] [notice] child pid 15993 exit signal Segmentation fault (11)
    [Thu Apr 14 10:24:31 2005] [notice] child pid 15994 exit signal Segmentation fault (11)
    [Thu Apr 14 10:24:31 2005] [notice] child pid 15995 exit signal Segmentation fault (11)
    [Thu Apr 14 10:24:33 2005] [notice] child pid 15999 exit signal Segmentation fault (11)
    [Thu Apr 14 10:24:45 2005] [notice] child pid 16006 exit signal Segmentation fault (11)
    [Thu Apr 14 10:24:46 2005] [notice] child pid 16007 exit signal Segmentation fault (11)
    [Thu Apr 14 10:24:51 2005] [notice] child pid 16008 exit signal Segmentation fault (11)
    [Thu Apr 14 10:24:52 2005] [notice] child pid 16009 exit signal Segmentation fault (11)
    [Thu Apr 14 10:24:54 2005] [notice] child pid 16010 exit signal Segmentation fault (11)
    [Thu Apr 14 10:25:19 2005] [notice] child pid 16011 exit signal Segmentation fault (11)
    [Thu Apr 14 10:25:23 2005] [notice] child pid 16012 exit signal Segmentation fault (11)
    [Thu Apr 14 10:25:25 2005] [notice] child pid 16013 exit signal Segmentation fault (11)
    [Thu Apr 14 10:25:57 2005] [notice] child pid 16014 exit signal Segmentation fault (11)
    [Thu Apr 14 10:26:20 2005] [warn] child process 16043 still did not exit, sending a SIGTERM
    [Thu Apr 14 10:26:20 2005] [warn] child process 16045 still did not exit, sending a SIGTERM
    [Thu Apr 14 10:26:20 2005] [warn] child process 16046 still did not exit, sending a SIGTERM
    [Thu Apr 14 10:26:20 2005] [warn] child process 16044 still did not exit, sending a SIGTERM
    [Thu Apr 14 10:26:20 2005] [warn] child process 16015 still did not exit, sending a SIGTERM
    [Thu Apr 14 10:26:21 2005] [warn] child process 16043 still did not exit, sending a SIGTERM
    [Thu Apr 14 10:26:21 2005] [warn] child process 16045 still did not exit, sending a SIGTERM
    [Thu Apr 14 10:26:21 2005] [warn] child process 16046 still did not exit, sending a SIGTERM
    [Thu Apr 14 10:26:21 2005] [warn] child process 16044 still did not exit, sending a SIGTERM
    [Thu Apr 14 10:26:21 2005] [warn] child process 16015 still did not exit, sending a SIGTERM
    [Thu Apr 14 10:26:22 2005] [warn] child process 16043 still did not exit, sending a SIGTERM
    [Thu Apr 14 10:26:22 2005] [warn] child process 16045 still did not exit, sending a SIGTERM
    [Thu Apr 14 10:26:22 2005] [warn] child process 16046 still did not exit, sending a SIGTERM
    [Thu Apr 14 10:26:22 2005] [warn] child process 16044 still did not exit, sending a SIGTERM
    [Thu Apr 14 10:26:22 2005] [warn] child process 16015 still did not exit, sending a SIGTERM
    [Thu Apr 14 10:26:26 2005] [notice] caught SIGTERM, shutting down
    [Thu Apr 14 10:26:27 2005] [warn] Init: Session Cache is not configured [hint: SSLSessionCache]
    [Thu Apr 14 10:26:27 2005] [notice] suEXEC mechanism enabled (wrapper: /usr/sbin/suexec2)
    [Thu Apr 14 10:26:27 2005] [notice] mod_python: Creating 32 session mutexes based on 150 max processes and 0 max threads.
    [Thu Apr 14 10:26:27 2005] [notice] Apache/2.0.53 (Linux/SUSE) configured -- resuming normal operations
    [Thu Apr 14 10:26:28 2005] [notice] child pid 16132 exit signal Segmentation fault (11)
    [Thu Apr 14 10:26:36 2005] [notice] child pid 16133 exit signal Segmentation fault (11)
    [Thu Apr 14 10:28:23 2005] [warn] child process 16138 still did not exit, sending a SIGTERM
    [Thu Apr 14 10:28:23 2005] [warn] child process 16134 still did not exit, sending a SIGTERM
    [Thu Apr 14 10:28:23 2005] [warn] child process 16135 still did not exit, sending a SIGTERM
    [Thu Apr 14 10:28:23 2005] [warn] child process 16136 still did not exit, sending a SIGTERM
    [Thu Apr 14 10:28:23 2005] [warn] child process 16137 still did not exit, sending a SIGTERM
    [Thu Apr 14 10:28:23 2005] [warn] child process 16138 still did not exit, sending a SIGTERM
    [Thu Apr 14 10:28:23 2005] [warn] child process 16134 still did not exit, sending a SIGTERM
    [Thu Apr 14 10:28:23 2005] [warn] child process 16135 still did not exit, sending a SIGTERM
    [Thu Apr 14 10:28:23 2005] [warn] child process 16136 still did not exit, sending a SIGTERM
    [Thu Apr 14 10:28:23 2005] [warn] child process 16137 still did not exit, sending a SIGTERM
    [Thu Apr 14 10:28:24 2005] [warn] child process 16138 still did not exit, sending a SIGTERM
    [Thu Apr 14 10:28:24 2005] [warn] child process 16134 still did not exit, sending a SIGTERM
    [Thu Apr 14 10:28:24 2005] [warn] child process 16135 still did not exit, sending a SIGTERM
    [Thu Apr 14 10:28:24 2005] [warn] child process 16136 still did not exit, sending a SIGTERM
    [Thu Apr 14 10:28:24 2005] [warn] child process 16137 still did not exit, sending a SIGTERM
    [Thu Apr 14 10:28:28 2005] [notice] caught SIGTERM, shutting down
    [Thu Apr 14 10:30:26 2005] [warn] Init: Session Cache is not configured [hint: SSLSessionCache]
    [Thu Apr 14 10:30:26 2005] [notice] suEXEC mechanism enabled (wrapper: /usr/sbin/suexec2)
    [Thu Apr 14 10:30:26 2005] [notice] mod_python: Creating 32 session mutexes based on 150 max processes and 0 max threads.
    [Thu Apr 14 10:30:26 2005] [notice] Apache/2.0.53 (Linux/SUSE) configured -- resuming normal operations
    [Thu Apr 14 10:31:21 2005] [notice] child pid 2850 exit signal Segmentation fault (11)
    [Thu Apr 14 10:31:29 2005] [notice] child pid 2851 exit signal Segmentation fault (11)
    [Thu Apr 14 10:32:38 2005] [notice] child pid 2852 exit signal Segmentation fault (11)
    [Thu Apr 14 10:32:45 2005] [notice] child pid 2853 exit signal Segmentation fault (11)
    [Thu Apr 14 10:33:19 2005] [notice] child pid 2854 exit signal Segmentation fault (11)
    [Thu Apr 14 10:33:47 2005] [warn] child process 3614 still did not exit, sending a SIGTERM
    [Thu Apr 14 10:33:47 2005] [warn] child process 3643 still did not exit, sending a SIGTERM
    [Thu Apr 14 10:33:47 2005] [warn] child process 3644 still did not exit, sending a SIGTERM
    [Thu Apr 14 10:33:47 2005] [warn] child process 3650 still did not exit, sending a SIGTERM
    [Thu Apr 14 10:33:47 2005] [warn] child process 3613 still did not exit, sending a SIGTERM
    [Thu Apr 14 10:33:48 2005] [warn] child process 3614 still did not exit, sending a SIGTERM
    [Thu Apr 14 10:33:48 2005] [warn] child process 3643 still did not exit, sending a SIGTERM
    [Thu Apr 14 10:33:48 2005] [warn] child process 3644 still did not exit, sending a SIGTERM
    [Thu Apr 14 10:33:48 2005] [warn] child process 3650 still did not exit, sending a SIGTERM
    [Thu Apr 14 10:33:48 2005] [warn] child process 3613 still did not exit, sending a SIGTERM
    [Thu Apr 14 10:33:49 2005] [warn] child process 3614 still did not exit, sending a SIGTERM
    [Thu Apr 14 10:33:49 2005] [warn] child process 3643 still did not exit, sending a SIGTERM
    [Thu Apr 14 10:33:49 2005] [warn] child process 3650 still did not exit, sending a SIGTERM
    [Thu Apr 14 10:33:49 2005] [warn] child process 3613 still did not exit, sending a SIGTERM
    [Thu Apr 14 10:33:53 2005] [notice] caught SIGTERM, shutting down
    [Thu Apr 14 10:33:54 2005] [warn] Init: Session Cache is not configured [hint: SSLSessionCache]
    [Thu Apr 14 10:33:54 2005] [notice] suEXEC mechanism enabled (wrapper: /usr/sbin/suexec2)
    [Thu Apr 14 10:33:55 2005] [notice] mod_python: Creating 32 session mutexes based on 150 max processes and 0 max threads.
    [Thu Apr 14 10:33:55 2005] [notice] Apache/2.0.53 (Linux/SUSE) configured -- resuming normal operations
    [Thu Apr 14 10:34:02 2005] [notice] child pid 3749 exit signal Segmentation fault (11)
    [Thu Apr 14 10:34:23 2005] [notice] child pid 3750 exit signal Segmentation fault (11)
    [Thu Apr 14 10:34:25 2005] [notice] child pid 3751 exit signal Segmentation fault (11)
    [Thu Apr 14 10:34:31 2005] [notice] child pid 3752 exit signal Segmentation fault (11)
    [Thu Apr 14 10:35:45 2005] [notice] child pid 3753 exit signal Segmentation fault (11)
    [Thu Apr 14 10:35:54 2005] [notice] child pid 3757 exit signal Segmentation fault (11)

  15. #15
    Acer TM 653LC Avatar von fehl-x
    Registriert seit
    Apr 2004
    Beiträge
    414

    NameVirtualHost 192.168.69.2:80 has no VirtualHosts

    moin,

    das problem mit den angeblich nicht vorhandenen virtuellen hosts hab ich gelößt, in dem ich diese zeile
    Code:
    NameVirtualHost xx.xx.xxx.xx:80
    vor den definitionen der virtuellen hosts in die config-datei eingefügt habe.

    Zitat Zitat von Panzer
    [Mon Apr 11 12:06:37 2005] [warn] NameVirtualHost 192.168.69.2:80 has no VirtualHosts
    [...]
    felix

    ps. mit entsprechend angepasster ip natürlich.
    pps. aber wenn ich das richtig verstanden hab, ist das nicht das eigentliche problem, oder?

Ähnliche Themen

  1. Function registration failed beim apache restart
    Von HyperSurf im Forum Linux als Server
    Antworten: 7
    Letzter Beitrag: 26.08.06, 12:45
  2. make modules - fehlermeldung
    Von Nobse im Forum Kompilieren von Kernel und Sourcen
    Antworten: 8
    Letzter Beitrag: 15.11.04, 02:23
  3. php Seiten werden nicht angezeigt
    Von H3mpm4n im Forum Linux als Server
    Antworten: 7
    Letzter Beitrag: 05.11.04, 21:14
  4. von SuSE- zu DebianLinux ?
    Von verve im Forum Linux Allgemein
    Antworten: 5
    Letzter Beitrag: 23.03.04, 19:28
  5. apache 1.3.27 Berechtigung
    Von Kupfer im Forum Linux als Server
    Antworten: 10
    Letzter Beitrag: 30.12.03, 20:45

Lesezeichen

Berechtigungen

  • Neue Themen erstellen: Nein
  • Themen beantworten: Nein
  • Anhänge hochladen: Nein
  • Beiträge bearbeiten: Nein
  •