Gentoo Archives: gentoo-user

From: Michael Sullivan <michael@××××××××××××.com>
To: gentoo-user <gentoo-user@l.g.o>
Subject: [gentoo-user] OT - suPHP weirdness
Date: Sat, 06 Jan 2007 21:24:54
Message-Id: 1168118360.18558.22.camel@camille.espersunited.com
1 Whenever I request a page on my server that runs PHP (with suPHP/PHP5) I
2 get Internal Server Errors. From my log files:
3
4 bullet apache2 # cat suphp_log
5 [Sat Jan 06 15:15:07 2007] [info] Executing
6 "/home/michael/webspace/html/camera/index.php" as UID 1000, GID 100
7 [Sat Jan 06 15:17:05 2007] [info] Executing
8 "/home/michael/webspace/html/camera/index.php" as UID 1000, GID 100
9 bullet apache2 # cat error_log
10 [Sat Jan 06 15:14:46 2007] [notice] suEXEC mechanism enabled
11 (wrapper: /usr/sbin/suexec2)
12 [Sat Jan 06 15:14:53 2007] [notice] Digest: generating secret for digest
13 authentication ...
14 [Sat Jan 06 15:14:53 2007] [notice] Digest: done
15 [Sat Jan 06 15:14:55 2007] [notice] Apache configured -- resuming normal
16 operations
17 [Sat Jan 06 15:15:08 2007] [error] [client 70.234.122.250] Premature end
18 of script headers: index.php
19 [Sat Jan 06 15:15:08 2007] [error] [client 70.234.122.250] terminate
20 called after throwing an instance of 'suPHP::SystemException'
21 [Sat Jan 06 15:17:05 2007] [error] [client 70.234.122.250] Premature end
22 of script headers: index.php
23 [Sat Jan 06 15:17:05 2007] [error] [client 70.234.122.250] terminate
24 called after throwing an instance of 'suPHP::SystemException'
25 bullet apache2 #
26
27
28 This annoys me because there is no other information. Has anyone dealt
29 with this before?
30
31
32 --
33 gentoo-user@g.o mailing list

Replies

Subject Author
Re: [gentoo-user] OT - suPHP weirdness James Lockie <bjlockie@××××××.ca>