suPHP und suPHP_ConfigPath

Apache, Lighttpd, nginx, Cherokee
Post Reply
naucki
Posts: 15
Joined: 2003-06-18 14:53
Location: Berlin
Contact:
 

suPHP und suPHP_ConfigPath

Post by naucki »

Ich habe Apache2 und suPHP 0.5/PHP 4.3.4

Wenn ich bei einem vHost suPHP_ConfigPath setze.
Und jemand die Seite aufruft, schmiert der Childprozess des Apache ab (Syslog Msg). Error.log und suphp.log zeigen leider auch nichts an.

Gesetzt wurde es so:
suPHP_ConfigPath /dir1/dir2/dir3

Ansonsten gibt es mit suPHP keine Probleme.

Jemand eine Idee ?
majortermi
Userprojekt
Userprojekt
Posts: 916
Joined: 2002-06-17 16:09
 

Re: suPHP und suPHP_ConfigPath

Post by majortermi »

Das ist ein bekannter Bug. Das Problem ist im aktuellen Release (0.5.1) behoben.
Erst nachlesen, dann nachdenken, dann nachfragen... :)
Warum man sich an diese Reihenfolge halten sollte...
naucki
Posts: 15
Joined: 2003-06-18 14:53
Location: Berlin
Contact:
 

Re: suPHP und suPHP_ConfigPath

Post by naucki »

Hm vorhin gabs die noch nicht. :-D

Besten Dank für die Antwort.


*EDIT*

Jetzt schmiert er aber nicht ab, sondern nimmt trotzdem die settings aus der normalen php.ini

Auszug aus phpinfo();
Configuration File (php.ini) Path /etc/php/php.ini
Scan this dir for additional .ini files /etc
additional .ini files parsed /etc/php.ini
Wober angegeben ist: /etc/php/php.ini
Nehmen tut er: /etc/php.ini
Post Reply