On Tue, 2003-12-09 at 01:08, John Nichel wrote: > Bret Hughes wrote: > > > On Mon, 2003-12-08 at 21:53, John Nichel wrote: > > > >>>On Mon, 2003-12-08 at 22:17, John Nichel wrote: > >>> > >>> > >>> > >>>>But the PHP group strongly recommends that you do NOT use any version of > >>>>PHP with Apache2 in a production enviroment. They recommend that you > >>>>stick with the 1.3.x versions of Apache. > >>> > To my understanding, it's not a Red Hat (or Linux, or Windows, etc) > problem. I think it has to do with the way Apache 2 handles threads vs. > 3 party modules in php. Here's one of the conversations that took place > on the php list (Rasmus Lerdorf, the creator of php is involved in the > discussion).... > > http://marc.theaimsgroup.com/?l=php-general&m=104323013713026&w=2 > Thanks. After reading this thread I feel somewhat more educated. Now I am wondering how to tell if apache is running in prefork mode. I see this in httpd.conf (fedora) <IfModule prefork.c> StartServers 8 MinSpareServers 5 MaxSpareServers 20 MaxClients 150 MaxRequestsPerChild 100 </IfModule> but locate prefork only finds doc files. How do I tell if it is running prefork and essentially is thread safe with using php? I found the following saying that RH 8 uses prefork and I assume that this is true for all RH builds. But the question remains, How do I tell? Bret -- redhat-list mailing list unsubscribe mailto:redhat-list-request@xxxxxxxxxx?subject=unsubscribe https://www.redhat.com/mailman/listinfo/redhat-list