I've now got PHP5 installed, but it doesn't appear to be working
When i try to access a page, like http://localhost/index.php, it shows a blank
An error is noted in /usr/local/apache/logs/error_log:
[Tue Mar 23 09:07:52 2004] [notice] child pid 1381 exit signal Segmentation fault (11)
Not much to go on.
Where can I look for more info?
PHP5 installed, but not working
Moderator: General Moderators
-
allelopath
- Forum Commoner
- Posts: 34
- Joined: Tue Mar 16, 2004 5:21 am
-
allelopath
- Forum Commoner
- Posts: 34
- Joined: Tue Mar 16, 2004 5:21 am
http://php.dotgeek.org/manual/en/install.apache2.php says:
In your error logs, you may find errors resembling the following:
child pid 16811 exit signal Segmentation fault (11)
Reinstalling Apache using the traditional prefork model (i.e. do not place a --with-mpm=xxx statement when compiling Apache) solves the problem.
In other words, believe the documentation when it tells you that PHP works best with the prefork model.
What's a prefork model?
In your error logs, you may find errors resembling the following:
child pid 16811 exit signal Segmentation fault (11)
Reinstalling Apache using the traditional prefork model (i.e. do not place a --with-mpm=xxx statement when compiling Apache) solves the problem.
In other words, believe the documentation when it tells you that PHP works best with the prefork model.
What's a prefork model?
-
malcolmboston
- DevNet Resident
- Posts: 1826
- Joined: Tue Nov 18, 2003 1:09 pm
- Location: Middlesbrough, UK
-
allelopath
- Forum Commoner
- Posts: 34
- Joined: Tue Mar 16, 2004 5:21 am