For Programmers: Free Programming Magazines  


Home > Archive > PHP DB > March 2006 > Re: [users@httpd] php crashes with msyql









You are viewing an archived Text-only version of the thread. To view this thread in it's original format and/or if you want to reply to this thread please [click here]

 

Author Re: [users@httpd] php crashes with msyql
William A. Rowe, Jr.

2006-03-21, 9:58 pm

Noah Silverman wrote:
> Hello,
>
> I have a mission critical problem that I cant seem to solve. Can
> anyone help??
>
> I'll even offer $100 paypal if someone gives me the answer to solve
> this issue.


You don't enable zts so I seriously doubt your php is threadsafe; you
configure httpd without specifying --with-mpm=prefork (?) This is bad
mojo - if you want to be paranoid choose the MPM explicitly to be prefork,
if you want to be experimental use worker but ensure you use the -zts
support on PHP, and ensure the extensions you build are -also- threadsafe.

http://www.apache.org/foundation/co...ing.html#Paypal
Sponsored Links







Also available: Server administration forum archive | Web Design forum archive | Software forum archive | Hardware reviews archive

Copyright 2008 codecomments.com