php Problem

Apache, Lighttpd, nginx, Cherokee
Post Reply
schrottie
Posts: 45
Joined: 2003-11-02 22:17
Contact:
 

php Problem

Post by schrottie »

HAllo und ein frohes neues an alle leser,

ich hab mal wieder ein dickes Problem mit meinem Webserver.

Seit kurzem versagt die Funktion mail(); Ruf ich aber über shell php mail.php auf wird die funktion mail(); erfolgreich verarbeitet rufe ich siue aber übers webface aus http://domain.de/mail.php pasiert nichts.

bei rcapche restart kommt folgendes raus:

rcapache restart
Shutting down httpd done
Starting httpd [ gd gzip mp3 PERL PHP4 Python ]
[Fri Jan 2 20:37:31 2004] [warn]
module php4_module is already loaded, skipping
[Fri Jan 2 20:37:31 2004] [warn] module http_core.c is already added, skipping
[Fri Jan 2 20:37:31 2004] [warn] module mod_php4.c is already added, skipping
[Fri Jan 2 20:37:31 2004] [warn] NameVirtualHost ***.***.***.***:80 has no VirtualHosts done


ich hab aber in der httpd.conf keine doppelten einträge gefunden
floschi
Userprojekt
Userprojekt
Posts: 3247
Joined: 2002-07-18 08:13
Location: München
Contact:
 

Re: php Problem

Post by floschi »

Die doppelten Einträge stammen wohl von einer Datei, die du in der httpd.conf einbindest, v.a. SuSE-Linux ist so ein Kandidat mit mehrern Dateien.

Aber auch das dürfte dein Problem nicht lösen, es sind ja alles nur Warn-Meldungen...
schrottie
Posts: 45
Joined: 2003-11-02 22:17
Contact:
 

Re: php Problem

Post by schrottie »

jep habe PHP Version 4.3.1 und suse 8.1


das Problem ist auch das ich zu 80% auf diese Sche* mail funktion gebunden bin
floschi
Userprojekt
Userprojekt
Posts: 3247
Joined: 2002-07-18 08:13
Location: München
Contact:
 

Re: php Problem

Post by floschi »

Naja, dann schau doch mal nach (z.B. in den Maillogs oder Apachelogs), warum es nicht geht ;)
Post Reply