Re: [gentoo-user] Nginx with PHP-FPM

2012-04-04 Thread Silvio Siefke
Hello, now i have build php and nginx from source direct, emerge --unmerge, have downloaded the sourcecode and compile it and same it run not. Thats really crazy, what is this? Is this maybe with eselect profile list option? Because i use gentoo-desk imap # eselect profile list Available

Re: [gentoo-user] Nginx with PHP-FPM

2012-04-04 Thread Silvio Siefke
Hello, ok i have found the problem. Maybe is it the php.ini files, because i has deactivated the ini files at all and the system run. But in disable_functions is not set phpinfo, why nginx give it not out? Regards Silvio

Re: [gentoo-user] Nginx with PHP-FPM

2012-04-03 Thread Silvio Siefke
Hello, nginx list dialog: On Tue, 3 Apr 2012 04:02:14 -0400 (EDT) locojohn nginx-fo...@nginx.us wrote: mkdir -p /var/run/fastcgi/php-fpm.sock php-fpm.conf: ;listen = 127.0.0.1:9000 ;listen.allowed_clients = 127.0.0.1 listen = /var/run/fastcgi/php-fpm.sock listen.owner = nginx

Re: [gentoo-user] Nginx with PHP-FPM

2012-04-03 Thread Silvio Siefke
Hello, Could someone possibly provide me the USE flags available if someone has run Nginx, PHP and Fpm. It were nice. Regards Silvio

Re: [gentoo-user] Nginx with PHP-FPM

2012-04-02 Thread Michael Schreckenbauer
On Monday 02 April 2012 04:26:47 siefke_lis...@web.de wrote: Hello, I try my web hosting environment to mirror locally. On my Rootserver run Nginx with PHP-FPM under FreeBSD. So i has installed Nginx, PHP and Mysql here local on Gentoo. But something is not correct, it want not really run.

Re: [gentoo-user] Nginx with PHP-FPM

2012-04-02 Thread Silvio Siefke
Hello, On Mon, 02 Apr 2012 11:01:46 +0200 Michael Schreckenbauer grim...@gmx.de wrote: I'm not really an expert with ngingx and php-fpm, but afaict the error is in the location line in nginx.conf. You have: location ~ .php$ { ... Afaik this only matches the exact file .php Try changing

Re: [gentoo-user] Nginx with PHP-FPM

2012-04-02 Thread Michael Schreckenbauer
On Monday 02 April 2012 14:17:47 Silvio Siefke wrote: Hello, On Mon, 02 Apr 2012 11:01:46 +0200 Michael Schreckenbauer grim...@gmx.de wrote: I'm not really an expert with ngingx and php-fpm, but afaict the error is in the location line in nginx.conf. You have: location ~ .php$ {

Re: [gentoo-user] Nginx with PHP-FPM

2012-04-02 Thread Silvio Siefke
Hello, On Mon, 02 Apr 2012 14:30 +0200 Michael Schreckenbauer grim...@gmx.de wrote: to get more info from nginx, try to increase the log level, eg error_log /var/log/nginx/error_log debug; php-fpm.conf looks correct to me. You include fastcgi.conf. Could you post the contents? The

Re: [gentoo-user] Nginx with PHP-FPM

2012-04-02 Thread Silvio Siefke
Hello, i have now setup a Freebsd box in Vmware and build the environment, has no problem, run without any problems. Strange that not run on Gentoo. I have changed the Gentoo Nginx config to Freebsd Nginx config, but the result is the same. Blank white page. nginx.conf