https://issues.apache.org/bugzilla/show_bug.cgi?id=48471

Nick Kew <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|                            |INVALID

--- Comment #2 from Nick Kew <[email protected]> 2010-01-02 03:58:06 UTC ---
It's well-known and well-documented, you don't use worker (or other threaded
MPM) with non-thread-safe software.

That's why all the distros give you prefork if you want mod_php.

If you want worker+php, run the php out-of-process, e.g. with CGI or fastcgi.

-- 
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to