Share

submit to reddit Newsvine Delicious Facebook Post to MySpace! Stumble Fark More

Collection View

PHP-FPM

by Cyprix as at Aug 1 2010 12:27pm
Jul 29 2010
4:18pm
Equivalent of Apache's SetEnv Variable
Issue: I'd like to configure Magento to run in multi-domain mode. I've been successful doing this via Apache in the past. It seems that Nginx should be equally capable, but I ... more
Jul 15 2010
11:03am
[newbie] Two configuration issues with PHP5-FPM
Hello, Things are a bit more clear this morning, but I'm still unable to serve PHP5 scripts through Nginx + PHP5-FPM (works OK with "php-cgi -b") on Ubuntu 10.04. Using the ... more
Jul 14 2010
1:36pm
[Ubuntu 10.04] Install Nginx + PHP5 packages?
Hello This is my first try at Nginx, and I would like to also install PHP5 (FastCGI) so I can run WordPress. I followed the tutorial "Installing Nginx With PHP 5.3 And PHP-... more
Jul 13 2010
4:21am
php-fpm stops responding
I'm having what appears to be a fairly common problem with PHP-FPM. Every now and again, I get a string of errors in my log like this... recv() failed (104: Connection reset ... more
Jul 1 2010
4:58am
I configured nginx with php-fpm/fastcgi but not receiving headers atPHP end
_______________________________________________ nginx mailing list nginx-jCiJ2l+ov5bYtjvyW6yDsg< at >public.gmane.org http://nginx.org/mailman/listinfo/nginx ... more
Jun 19 2010
1:53pm
How could I permanently redirect dynamic url with querystrings?
Hi, all I recently migrates my web server from lighty to nginx(nginx/0.7.67 + php-fpm), but there is something strange with the nginx rewrite rule. The problem is, I wanna ... more
Jun 15 2010
2:28pm
Installing Nginx With PHP 5.3 And PHP-FPM On Ubuntu Lucid Lynx (10.04)
In this post I will explain how to install Nginx with PHP 5.3.2 and PHP-FPM on Ubuntu Lucid Lynx (10.04-amd64). The Lucid release is a Long-Term Support (LTS), meaning that it... more
Jun 4 2010
6:45pm
problem after lucid lynx upgrade
I tried upgrading from Karmic Koala to Lucid Lynx. Naturally I had to rebuild php 5.3.2 w/php-fpm, and I upgraded nginx from 0.8.35 to 0.8.39. Now all I can get from any of... more
Jun 3 2010
5:51pm
HTTP-POST Upload Buffer - Nginx Loadbalancer
Hello Nginx-List, i need some help setting up my Nginx Loadbalancer. I use Nginx as Loadbalancer in front of 2 Webservers (running Nginx/PHP-FPM). While uploading files wit... more
Jun 2 2010
7:04am
I can't find the reson of this error ,maybe about php-fpm?
Today , my local web http://192.168.1.140/ can't be visited , but it can visit html file , just can't visit php file. so i think it is php problem. I do not did any change abo... more
May 29 2010
1:02pm
Random Instant 502 Bad Gateway Errors
Hi, I'm French and I've some problem with nginx 0.8.38 and PHP-FPM 5.3.0 with Suhosin patch :/ I've got random instant 502 Bad Gateway errors, generaly a refresh make the pag... more
May 28 2010
10:23pm
error directive help with 404
Hi all, I've just moved from an apache2 server and i'm trying to set up nginx. Its installed, compiled from source and running fine. In the process of fine tuning my setup i ... more
May 21 2010
9:23am
PHP-FPM and nginx upstart scripts for Ubuntu 10.04
Works with PHP 5.2.x + the patch. http://michaelshadle.com/2010/05/21/php-fpm-and-nginx-upstart-scripts/ (No clue how to startup PHP 5.3 w/ SVN, may wind up being the same...... more
Apr 23 2010
6:42am
FastCGI security question
Hi guys, I'm working on php-fpm and I had an idea for a new feature. I'd like to pass fastcgi headers to php-fpm which will set some PHP ini defines. It's the same as php_va... more
Apr 16 2010
4:19pm
Problem with nginx rewrite rule
Hello, Here is the rule from apache RewriteRule ^ats-plug-helper.php/?$ includes/ats.php and here is my rule for nginx rewrite ^/ats-plug-helper.php/?$ /includes/ats.php ... more
Apr 1 2010
2:11pm
Current recommended /state of the art PHP + Nginx stack?
Hi there and thanks for the great forum and software :) I've been running lighttpd for a while but it's giving me too much downtime with spawn-fcgi and the frequent 500 serve... more
Mar 12 2010
4:34pm
high "Load Average"
I am using nginx + php-fpm (quad-core PC) + MySQL (on another PC) and facing an interesting issue: after some time nginx is running, system "load average" goes up (sometimes u... more
Feb 26 2010
1:03pm
Nginx + Php-fpm
Yes I'm sinful to use php, but for those rare occasions where I can't do without it, Nginx + Php-fpm does a fantastic job. And it's easy to install, configure, compile, etc. ... more
Feb 11 2010
9:32am
Installing PHP 5.3, Nginx And PHP-fpm On Ubuntu/Debian
Since Apache is most of the time a memory hungy process, people started to look for different ways to host their website. Apache is clearly not the only webserver available. A... more
Jan 28 2010
7:01am
PHP-FPM and concurrency
Hello, I have a strange problem maybe not related to nginx but it could very well be. So I make a long (time consuming) request to a PHP page. Where that request is in progre... more