#4844: Build PHP without zts
-----------------------------+------------------------------
 Reporter:  pierre.labastie  |       Owner:  pierre.labastie
     Type:  defect           |      Status:  assigned
 Priority:  normal           |   Milestone:  7.6
Component:  BOOK             |     Version:  SVN
 Severity:  normal           |  Resolution:
 Keywords:                   |
-----------------------------+------------------------------

Comment (by pierre.labastie):

 The sed may not be the best route (thanks to Armin K). Actually, the
 apache server does not start anymore if built with threaded MPM and that
 sed is applied (the php module is not thread safe).

 It'd be better to go along the php-fpm route. It is a daemon, which
 processes fastcgi requests sent to its listening socket (default
 127.0.0.1:9000, there is no possibility for a unix socket).

 Apache 2.4 has a module mod_proxy_fcgi, which may used for transforming
 access to php files into fastcgi requests to the right socket.

-- 
Ticket URL: <http://wiki.linuxfromscratch.org/blfs/ticket/4844#comment:3>
BLFS Trac <http://wiki.linuxfromscratch.org/blfs>
Beyond Linux From Scratch
-- 
http://linuxfromscratch.org/mailman/listinfo/blfs-book
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page

Reply via email to