PDA

View Full Version : Apache 2.0 threads and thread safe PHP


jjj0923
04-20-2003, 11:07 AM
I wondered if anyone has attempted to take advantage of Apache2.0 fully threaded server (mpm=worker) and compiled PHP with thread-safe enabled?

Has anyone done it?

get it working?

filburt1
04-20-2003, 02:32 PM
Apache 2 is still not considered a good combination with PHP at last check...

jjj0923
04-20-2003, 02:35 PM
Today at 10:32 AM filburt1 said this in Post #2 (https://vborg.vbsupport.ru/showthread.php?postid=384639#post384639)
Apache 2 is still not considered a good combination with PHP at last check...


why do you say that?

based on what information?

MUG
04-20-2003, 03:22 PM
Today at 10:35 AM jjj0923 said this in Post #3 (https://vborg.vbsupport.ru/showthread.php?postid=384641#post384641)
why do you say that?

based on what information? The PHP Group recommends that you still use Apache 1.3, because Apache 2 support is 'experimental.'

MUG
04-20-2003, 03:23 PM
http://www.php.net/manual/en/install.apache2.php
Warning
Do not use Apache 2.0 and PHP in a production environment neither on Unix nor on Windows.

jjj0923
04-20-2003, 03:38 PM
I just read the information on both sites.

The word "experimental" refers to windows binaries only, not to Linux, which I guess I should have posted in my original question.

I'm not a fan of IIS, so my question revolved only around RH Linux.

Somehow this thread has permutated into responses about apache2.0,php and windows and that was not my original question. I already have VB running just fine on apache2.0 ON RH Linux.

so, let me reprhase the question: "I wondered if anyone has attempted to take advantage of Apache2.0 fully threaded server (mpm=worker) and compiled PHP with thread-safe enabled ON RH Linux? Has anyone done it? get it working?"

thanks