suPHP Probleme

Apache, Lighttpd, nginx, Cherokee
Post Reply
[monk]
Posts: 163
Joined: 2002-08-09 17:31
Location: Ulm
Contact:
 

suPHP Probleme

Post by [monk] »

Hallo,
kurz und bündig: suPHP ist installiert und läuft.

Code: Select all

[Thu Apr 24 19:45:14 2003] [info] /home/monk/test/index.php executed as user monk (1000), group ftponly (1001)
[Thu Apr 24 19:45:14 2003] [error] Could not change GID to 1001 (ftponly)
Aber irgendwie hat das teil noch Rechteprobleme.
Der Apache liefert mir ein 500er Error zurück

Die Rechte im Dateisystem sind:
-rw-r--r-- monk ftponly
jamesb
Posts: 661
Joined: 2002-05-08 15:35
Location: Karlsruhe
Contact:
 

Re: suPHP Probleme

Post by jamesb »

Das sieht so aus, als ob du vergessen hast, das su-bit vom suphp-Binary zu setzen:

Code: Select all

chmod u+s /usr/sbin/suphp
JamesB
[monk]
Posts: 163
Joined: 2002-08-09 17:31
Location: Ulm
Contact:
 

Re: suPHP Probleme

Post by [monk] »

JamesB wrote:Das sieht so aus, als ob du vergessen hast, das su-bit vom suphp-Binary zu setzen
Dafür sollte ich mich eigentlich selber schlagen :roll:

Danke nun geht es.
konni
Posts: 151
Joined: 2002-12-16 10:05
 

Re: suPHP Probleme

Post by konni »

Ich hab auch ein kleineres problem mit suphp.


Nunja so ziemlcih alle Scripts laufen, nur das "Woltlab BurningBoard 2.02" produziert scheiße, also kein Fehler 500, es kommt nur Zeichwirrwar raus.


In der Log steht nur, dass es erfolreich ausgeführt wurde:

[Fri May 02 14:21:14 2003] [info] /home/www/user3/html/wbb/index.php executed as user user3 (12046), group ftponly (101)
linuxnewbie
Posts: 150
Joined: 2003-01-24 16:00
 

Re: suPHP Probleme

Post by linuxnewbie »

kann es sein das du eventuell was an der global.php oder sonstigen wichtigen php datei des forums geändert hast, eventuell hackeinbau?

dann passiert es des öfteren schonmal das das forum so einen wirr warr produziert. glaube das wirr warr ist ein wirr warr wegen der gzip funktion des outputs des forums
konni
Posts: 151
Joined: 2002-12-16 10:05
 

Re: suPHP Probleme

Post by konni »

In der Tat, ohne GZIP kommt das Forum, allerdings wenn ich irgendwelche Daten "sende", bekomme ich eine leere Seite angezeigt :(


(Mit senden meine ich z.B. Thread Posten)
Post Reply