Discussion:
[PHP-INSTALL] PHP-5.2 and Apache MPM Worker
Darvin Denmian
2009-05-22 18:16:01 UTC
Permalink
Hello,

i have a Web Server with the follow configuration:

4 Generic \ 512 MB \ DDR2 667 FB DIMM
4 Generic \ 1024 MB \ DDR2 667 FB DIMM
2 Maxtor \ 146GB:SAS:10K RPM \ Atlas 10K - SAS
2 Intel \ 2.0 GHz 1333FSB - Woodcrest \ Xeon 5130 (Dual Core)
1 Dell \ 9G Drive Controller - SAS/SATA RAID \ PERC 5/i
1 Dell \ 1066/1333FSB Dual Xeon \ PowerEdge 1950/2950

Redhat Enterprise Linux - x86_64 - OS ES 5.0

There is some kind of magic to have PHP-5.2.9 and Apache with MPM Worker
UP and Running?

Thanks.
John Mertic
2009-05-22 18:35:51 UTC
Permalink
You'll need to be sure you are using thread-safe PHP binaries with
your setup, which probably means compiling by hand. I'd recommend
going instead with the pre-fork mode instead, which PHP will faster
under.

Check out this for more info:

http://www.stevekallestad.com/blog/apache_worker_mpm_with_php.html

John Mertic
***@gmail.com | http://jmertic.wordpress.com



On Fri, May 22, 2009 at 2:16 PM, Darvin Denmian
Post by Darvin Denmian
Hello,
4       Generic \ 512 MB \ DDR2 667 FB DIMM
4       Generic \ 1024 MB \ DDR2 667 FB DIMM
2       Maxtor \ 146GB:SAS:10K RPM \ Atlas 10K - SAS
2       Intel \ 2.0 GHz 1333FSB - Woodcrest \ Xeon 5130 (Dual Core)
1       Dell \ 9G Drive Controller - SAS/SATA RAID \ PERC 5/i
1       Dell \ 1066/1333FSB Dual Xeon \ PowerEdge 1950/2950
Redhat Enterprise Linux - x86_64 - OS ES 5.0
There is some kind of magic to have PHP-5.2.9 and Apache with MPM Worker
UP and Running?
Thanks.
Darvin Denmian
2009-05-22 18:50:14 UTC
Permalink
hello,

if i choose to use fastcgi+php5+apache mpm worker ... will i have a
better performance?

Thanks !!!
Post by John Mertic
You'll need to be sure you are using thread-safe PHP binaries with
your setup, which probably means compiling by hand. I'd recommend
going instead with the pre-fork mode instead, which PHP will faster
under.
http://www.stevekallestad.com/blog/apache_worker_mpm_with_php.html
John Mertic
On Fri, May 22, 2009 at 2:16 PM, Darvin Denmian
Post by Darvin Denmian
Hello,
4       Generic \ 512 MB \ DDR2 667 FB DIMM
4       Generic \ 1024 MB \ DDR2 667 FB DIMM
2       Maxtor \ 146GB:SAS:10K RPM \ Atlas 10K - SAS
2       Intel \ 2.0 GHz 1333FSB - Woodcrest \ Xeon 5130 (Dual Core)
1       Dell \ 9G Drive Controller - SAS/SATA RAID \ PERC 5/i
1       Dell \ 1066/1333FSB Dual Xeon \ PowerEdge 1950/2950
Redhat Enterprise Linux - x86_64 - OS ES 5.0
There is some kind of magic to have PHP-5.2.9 and Apache with MPM Worker
UP and Running?
Thanks.
Loading...