Results 1 to 3 of 3
so it's been 5 years... did you figure it out?
(i'm having the same problem)...
- 01-23-2010 #1Just Joined!
- Join Date
- Jan 2010
- Posts
- 2
Installing PHP5
so it's been 5 years... did you figure it out?
(i'm having the same problem)
- 01-23-2010 #2
Looks like you posted in a 5 year old thread and your post got moved to its own thread.
You should detail your exact problem.
- 01-23-2010 #3Just Joined!
- Join Date
- Jan 2010
- Posts
- 2
oh i see,
so i have php4 working with apache2 (2.0.52) and i'm trying to upgrade to php5.
to my httpd.conf i added:
Code:LoadModule php5_module /usr/lib/httpd/modules/libphp5.so <FilesMatch \.php$> SetHandler application/x-httpd-php </FilesMatch>
and configured php with
i can successfully execute a .php file through the shell so the php install seems ok, but when i hit it via the browser, apache segfaults and i'm unable to get anything useful from logs.Code:--with-apxs2
the only piece of info i've found is that this can happen if apache is running in worker MPM instead of prefork, but prefork is what i'm using.
any ideas?


Reply With Quote