PDA

Archiv verlassen und diese Seite im Standarddesign anzeigen : SuSe + Apache: Leere Seiten bei PHP-Seiten


LordZed
2007-05-25, 01:18:52
Hi Leute!
Ich habe ein kleines Problem: Ich habe auf einem vServer einen SuSe 9.3 Server in Verbindung mit einem Apache-Webserver am laufen. Seit geraumer Zeit ist es so, dass ich ganz oft beim Laden von PHP-Seiten nur weiße Seiten bekomme (bei anderen kP habe nur PHP-Seiten). Im IE kriege ich keine weiße Seite. Dort sagt er "Die Webseite kann nicht angezeigt werden."

Weiß vielleicht einer was das Problem sein könnte oder wo ich danach suchen muss?

Bin dankbar für jede Hilfe, da es echt häufig auftritt. Könnt es ja selber mal Probieren: http://lordzed.sitl.de (wahrscheinlich nach dem Vorführeffekt werdet ihr keine Probleme haben *fg*)

//EDIT
Habe mal unter /var/log/apache2 die Datei error_log geöffnet und da steht am Ende folgendes drin:
FATAL: erealloc(): Unable to allocate 245760 bytes
FATAL: erealloc(): Unable to allocate 15360 bytes
FATAL: erealloc(): Unable to allocate 61440 bytes
FATAL: erealloc(): Unable to allocate 61440 bytes
FATAL: erealloc(): Unable to allocate 61440 bytes
FATAL: erealloc(): Unable to allocate 61440 bytes
FATAL: erealloc(): Unable to allocate 61440 bytes
FATAL: erealloc(): Unable to allocate 15360 bytes
FATAL: erealloc(): Unable to allocate 61440 bytes
[Fri May 25 01:13:11 2007] [error] [client 64.95.116.1] File does not exist: /srv/www/web3/html/robots.txt
[Fri May 25 01:13:30 2007] [error] [client 63.123.238.8] File does not exist: /srv/www/web1/html/robots.txt
[Fri May 25 01:15:04 2007] [error] [client 64.158.138.84] File does not exist: /srv/www/web3/html/robots.txt
[Fri May 25 01:16:12 2007] [error] [client 66.94.237.181] File does not exist: /srv/www/web3/html/robots.txt
FATAL: erealloc(): Unable to allocate 61440 bytes
FATAL: erealloc(): Unable to allocate 245760 bytes
FATAL: erealloc(): Unable to allocate 61440 bytes
Out of memory (Needed 20487 bytes)
FATAL: erealloc(): Unable to allocate 15360 bytes
FATAL: erealloc(): Unable to allocate 15360 bytes
[Fri May 25 01:22:17 2007] [notice] caught SIGTERM, shutting down
[Fri May 25 01:22:37 2007] [warn] Init: Session Cache is not configured [hint: SSLSessionCache]
[Fri May 25 01:22:37 2007] [notice] suEXEC mechanism enabled (wrapper: /usr/sbin/suexec2)
[Fri May 25 01:22:37 2007] [notice] Apache/2.0.53 (Linux/SUSE) configured -- resuming normal operations

Vielleicht hilft das jemandem!

Sephiroth
2007-05-25, 15:43:03
Da frisst irgendetwas Speicher ... bei PHP gab es da den einen oder anderen Bug diesbezüglich, kann aber auch durch etwas anderes verursacht werden.
Gibt es einen Aufruf, bei dem der Fehler immer wieder auftritt?

Was du tun könntest, wäre in der httpd.conf MaxMemFree (http://buecher.lingoworld.de/apache2/showdir.php?id=606&o=dir) auf einen Wert >>0 zu setzen. Vielleicht hilft's ...

LordZed
2007-05-26, 02:11:41
Besonders gerne tritt das auf, wenn ich versuche ein neues Plugin für meinen Wordpress-Blog zu aktivieren. Und das Plugin kann ich dann nur aktivieren, wenn ich andere deaktiviere, also wär das mit dem Speicher gut möglich!