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

2012-04-05 Thread Stefan Schmiedl
Silvio, Thursday, April 5, 2012, 2:11:55 AM, you wrote: S> thanks i have compile php and nginx with ur flags. But the result is same. S> Nginx like not PHP. The website is blank. Not give out phpinfo(); If you have compiled nginx and php with these flags, things should work, if you tell both com

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: Re[2]: [gentoo-user] Nginx with PHP-FPM

2012-04-04 Thread Silvio Siefke
Good Morning, On Wed, 4 Apr 2012 23:13:14 +0200 Stefan Schmiedl wrote: > # emerge nginx php:5.3 -pv thanks i have compile php and nginx with ur flags. But the result is same. Nginx like not PHP. The website is blank. Not give out phpinfo(); I dont know what should do now, when self the origi

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

2012-04-04 Thread Stefan Schmiedl
Silvio, Tuesday, April 3, 2012, 11:39:05 PM, you wrote: S> Could someone possibly provide me the USE flags available S> if someone has run Nginx, PHP and Fpm. S> It were nice. # emerge nginx php:5.3 -pv These are the packages that would be merged, in order: Calculating dependencies ... do

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 pro

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-03 Thread Silvio Siefke
Hello, nginx list dialog: On Tue, 3 Apr 2012 04:02:14 -0400 (EDT) "locojohn" 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 > listen.group = ng

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 > http://nopaste.info/9

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

2012-04-02 Thread Silvio Siefke
Hello, On Mon, 02 Apr 2012 14:30 +0200 Michael Schreckenbauer 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 fastcgi.conf fastcg

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 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 11:01:46 +0200 Michael Schreckenbauer 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 it t

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 ru

[gentoo-user] Nginx with PHP-FPM

2012-04-01 Thread siefke_lis...@web.de
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. I has search in web and use the config for Nginx on Gentoo (is oth