[MacPorts] #27470: port unload lighttpd fails to kill all php-cgi children

MacPorts noreply at macports.org
Sat Nov 27 08:11:46 PST 2010


#27470: port unload lighttpd fails to kill all php-cgi children
----------------------------------------+-----------------------------------
  Reporter:  mitch@…                    |       Owner:  ryandesign@…           
      Type:  defect                     |      Status:  closed                 
  Priority:  Normal                     |   Milestone:                         
 Component:  ports                      |     Version:  1.9.2                  
Resolution:  fixed                      |    Keywords:                         
      Port:  lighttpd php5              |  
----------------------------------------+-----------------------------------
Changes (by ryandesign@…):

  * status:  new => closed
  * resolution:  => fixed


Comment:

 Please update to lighttpd 1.4.28 (just committed in r73869) and make sure
 your lighttpd.conf says:
 {{{
 server.event-handler = "libev"
 }}}
 The port used to ship config files with the event-handler set by default
 to "freebsd-kqueue", which was recommended for Tiger, but on Snow Leopard
 (and maybe Leopard) would cause lighttpd to crash terribly often, and each
 time it crashed, it would orphan its php-cgi processes. Since switching
 the event handler to libev, I have not seen this problem anymore.

-- 
Ticket URL: <https://trac.macports.org/ticket/27470#comment:3>
MacPorts <http://www.macports.org/>
Ports system for Mac OS


More information about the macports-tickets mailing list