Re: [PHP] Apache 2.0 and PHP

2003-03-17 Thread Michael Aaron
Thanks for the info. Do you know if this is specifically in regard to the worker MPM under Apache and not the prefork MPM? Or does this not have anything to do with threading? [EMAIL PROTECTED] wrote: On Fri, 14 Mar 2003, Michael Aaron wrote: Sorry if this has been answered before but I can n

Re: [PHP] Apache 2.0 and PHP

2003-03-14 Thread Ernest E Vogelsinger
At 19:37 14.03.2003, Michael Aaron said: [snip] >Sorry if this has been answered before but I can not find it anywhere: > >Why does the PHP docs. state: > "Do not use Apache 2.0 and PHP in a production environment neither on >Unix nor on Windows. " > >What

Re: [PHP] Apache 2.0 and PHP

2003-03-14 Thread Rasmus Lerdorf
On Fri, 14 Mar 2003, Michael Aaron wrote: > Sorry if this has been answered before but I can not find it anywhere: > > Why does the PHP docs. state: > "Do not use Apache 2.0 and PHP in a production environment neither on > Unix nor on Windows. " > > What is the reason for this Warning? The co

[PHP] Apache 2.0 and PHP

2003-03-14 Thread Michael Aaron
Sorry if this has been answered before but I can not find it anywhere: Why does the PHP docs. state: "Do not use Apache 2.0 and PHP in a production environment neither on Unix nor on Windows. " What is the reason for this Warning? Thanks in advance. Mike Aaron -- PHP General Mailing List (ht

Re: [PHP] Apache 2.0 and PHP

2002-08-19 Thread @ Edwin
> >Would I be able to install it along side 1.3 and run it on a separate port? I know some who installed two 1.3s in two different folders, run two different daemons, in two different ports. I think it should work with 1.3 and 2.0 as well... - E > >Cheers >John Wards >SportNetwork.net > > >-

Re: [PHP] Apache 2.0 and PHP

2002-08-19 Thread Rasmus Lerdorf
If you run Apache2 in prefork mode, it should mostly work with PHP. Don't try to use one of the threaded mpms yet. The Apache 2 prefork mpm makes it operate exactly like Apache 1.3 in the way it pre-forks processes and handles one request per process. -Rasmus On Mon, 19 Aug 2002, John Wards wr

Re: [PHP] Apache 2.0 and PHP

2002-08-19 Thread Aaron Gould
not exposed to a lot of traffic and abuse. -- Aaron Gould [EMAIL PROTECTED] Web Developer - Original Message - From: "John Wards" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Monday, August 19, 2002 7:27 AM Subject: [PHP] Apache 2.0 and PHP > Guys and Gir

[PHP] Apache 2.0 and PHP

2002-08-19 Thread John Wards
Guys and Girls got a question for you. Is Apache 2.0 any good and is there any advantages to installing it? Does it work fine enough with PHP and MySQL? Would I be able to install it along side 1.3 and run it on a separate port? Cheers John Wards SportNetwork.net -- PHP General Mail