
i.galic at brainsware
Apr 8, 2012, 3:17 PM
Post #4 of 4
(282 views)
Permalink
|
|
Re: mod_proxy problem with APC on the backend
[In reply to]
|
|
----- Original Message ----- > On Sat, Apr 7, 2012 at 6:58 PM, Will <william.leonard [at] lxcenter> > wrote: > > With a light httpd worker front end as a reverse proxy to a mod_php > > backend > > everything works fine, until I enable APC for PHP on the backend. > > Off-topic here, maybe you can find some advice on a PHP list or > http://httpd.apache.org/lists.html#http-users > > http://httpd.apache.org/dev/debugging.html recompile your PHP with --enable-maintainer-zts, should produce a nice coredump every time you get see a Segmentation Fault right now. Alternatively, load up xdebug, and start the whole thing as gdb --args /usr/sbin/httpd -X That is all I can say. The rest, as Eric said already, is best dealt with more PHP affine folks. i -- Igor Galić Tel: +43 (0) 664 886 22 883 Mail: i.galic [at] brainsware URL: http://brainsware.org/ GPG: 6880 4155 74BD FD7C B515 2EA5 4B1D 9E08 A097 C9AE
|