Hi WoRLDLiFE, I have had the same problems using php-fpm and everybody advise you to move to php-fpm. Buttom line is php-fpm on php 5.3.x is just not stable. Have had to go back to php 5.2.x Alternatively you can use spawn-fcgi Kabs Sick and tired to death of Bad gateway 502by kabs - Php-fpm Mailing List - English
mike here http://pastebin.com/m4908c2c9by kabs - Php-fpm Mailing List - English
Sorry about that. Here is the code again <?xml version="1.0" ?> <configuration> All relative paths in this config are relative to php's install prefix <section name="global_options"> Pid file <value name="pid_file">/usr/local/logs/php-fpm.pid</value> Errorby kabs - Php-fpm Mailing List - English
Mike, did your changes and still got 502 on my bulk deletes. Davy here is my php-fpm.com file. ==================================================================== <?xml version="1.0" ?> <configuration> All relative paths in this config are relative to php's install prefix <section name="global_options"> Pid filby kabs - Php-fpm Mailing List - English
mike my nginx.conf is here =================nginx.conf========================== user www-data; worker_processes 2; events { worker_connections 1024; } http { include mime.types; default_type application/octet-stream; sendfile on; keepalive_timeout 10 10; gzip on; gzip_comp_level 1; gzip_proxied any; gzip_types text/plaiby kabs - Php-fpm Mailing List - English
I am running this on Ubuntu 8.04 LTS. These are errors I have in the php-fpm.log. And I can now predictably reproduce the 502 error. Happens when I try to do bulk deletes of my posts. ===================================================== Jun 24 13:55:06.952649 fpm_got_signal(), line 48: received SIGCHLD Jun 24 13:55:06.952649 fpm_children_bury(), line 215: child 6894 (pool default) exitedby kabs - Php-fpm Mailing List - English
Hi Artemy, In addition to the defaults, am using memcache & APC. Here is my PHP compile configuration './configure' '--enable-fastcgi' '--enable-fpm' '--with-mcrypt' '--with-zlib' '--enable-mbstring' '--disable-pdo' '--with-pgsql' '--with-curl' '--disable-debug' '--enable-pic' '--disable-rpath' '--enable-inline-optimization' '--with-bz2' '--with-xml' '--with-zlib' '--enable-sockets' '--eby kabs - Php-fpm Mailing List - English
Well, I guess this case is open again. In less than a week of the new installation my site went down three times for the same reason. Looks like even a fresh installation with php-fpm on a new OS did not help. And the solution every time was to sudo /etc/init.d/php-fpm restart. And the problem is not hardware or RAM. Surely there must be somebody who understands what is going on. Any help pleby kabs - Php-fpm Mailing List - English
I bit the bullet and re-did the installation and using php-5.2.8, php-5.2.8-fpm-0.5.10, nginx-0.59 on Ubuntu 8.04.2 LTS. I will report in a month's time. My last installation used to fail every two weeks, so fingers crossed on this one. Case closed for now.by kabs - Php-fpm Mailing List - English
Thanks edogawaconan for your response. On first suggestion, could the process be dying because of the type of process manager am using? I did use your second suggestion of a cron, but sometimes the process just wont restart by command line even manually and the server would require a reboot to get the process back up again. It would be great if I can get to the bottom of what really is causingby kabs - Php-fpm Mailing List - English
Hello every1 Here is story: I have nginx 0.7.35 on ubuntu 8.10 with fastcgi for php stuff. I installed the server by following this tutorial here http://www.mensk.com/webmaster-toolbox/perfect-ubuntu-hardy-nginx-mysql5-php5-wordpress/. In fact the installation I have now is an upgrade from ubuntu 8.04 covered in the tutorial. My first installation worked beautifully without a problem. My cby kabs - Php-fpm Mailing List - English