A simple and robust FastCGI Process Manager for PHP
0
votes
0answers
7 views
Can we reload one of the PHP-FPM pool without disturbing others
I've multiple PHP-FPM UNIX socket pools for the same host to have logical separation of codebase / functionality & to address future scaling of the same. Nginx manages the routing to the right ...
0
votes
1answer
18 views
PHP-FPM serving blank pages after fatal php error
I've got a custom setup of nginx and php-fpm on arch linux. I'll post my configs below. I think I've read the documentation for these two programs front to back about 6 times by now, but I've reached ...
0
votes
1answer
43 views
Magento can not access extension -> redirecting to admin login
I have set up my new server with Nginx, Php-Fpm and APC. Also I am using an external Varnish Cache and MySQL Database.
Since I am working with that setup one of my extensions stopped working. If I ...
1
vote
1answer
30 views
NGINX and PHP-FPM is downloading index.php instead of processing it
I recently installed NGINX and PHP-FPM on a Centos6 server. I'm able to view other php pages on my site, but for some reason my index.php file gets downloaded rather than processed like a normal php ...
0
votes
1answer
119 views
Nginx CodeIgniter not working
I am new to nginx. I am transfering my server from apache to nginx but my many projects on the CodeIgniter core PHP sites working perfectly but the CodeIgniter is not work.
My sample url like this:
...
-2
votes
0answers
90 views
nginx + php-fpm + drupal “404 Not Found” [closed]
I am using nginx with php-fpm configs from perusio (https://github.com/perusio/). I've downloaded Drupal to /var/www/test.example.com/htdocs. But when I try to access ...
0
votes
2answers
80 views
No input file specified Nginx WordPress installation
blog.mydomain.com/phpinfo.php (which simply shows phpinfo()) works fine.
What am I missing?
Directory root of my blog is /usr/share/nginx/html/blog/
I'm using Centos.
/etc/nginx/nginx.conf is ...
1
vote
2answers
38 views
php5-fpm can't open file for reading
I'm trying to get my php cgi processes to read from a file on my filesystem. Both the file and parent folder have all rwx permissions allowed and the file has the same owner and group id as the php ...
0
votes
1answer
41 views
Nginx default vhost config not working
Setting up nginx on an Ubuntu 12.04 LTS server. All gone swimmingly apart from this config file does not allow me to access files under the www/ with the domain like I should be able to.
Here's my ...
0
votes
0answers
231 views
PHP-FPM - upstream prematurely closed connection while reading response header
Already saw this same question - upstream prematurely closed connection while reading response header from upstream, client
But as Jhilke Dai said it not solved at all and i agree.
Got same exact ...
1
vote
0answers
41 views
Script times out after 240 seconds
I'm running an Nginx + PHP-FPM server and I have a script that is supposed to execute over 30 minutes. After 240 seconds it ceases to function and returns a 502 Gateway error from Nginx.
PHP-FPM Log ...
1
vote
1answer
129 views
Apache + PHP-FPM + chroot results “File not found.” error
I want to set chroot to the DocumentRoot using PHP-FPM pools' chroot attribute. With the settings below, whatever I do I get only a "File not found." error:
/etc/php5/fpm/pool.d/example.conf
...
0
votes
1answer
36 views
nginx settings location mis-downloading
I'm setting up nginx with php5-fpm on Ubuntu 12.04LTS for wordpress and phpMyAdmin.
My phpMyAdmin locates in/var/www/phpMyAdmin, wordpress in /home/user/workspace/wordpress, MySQL at ...
0
votes
1answer
83 views
Memory adjustments for magento with php5-fpm , Nginx, APC, Mysql
I am using magento with php5-fpm , Nginx, APC, and Varnish. When there is varnish hit, the load time is very good. But on varnish miss, the site takes toomuch time to load. I have seen through htop ...
2
votes
1answer
86 views
Nginx trys to download file instead of displaying
I install Nginx and have a subdomain and domain. The subdomain has php5-fpm and wordpress. It works fine and is in one sites-available file symlinked to sites-enabled. The domain doesn't have php ...