Welcome! Log In Create A New Profile

Advanced

Re: php-fpm and nginx return "The page you are looking for is temporarily unavailable. Please try again later. "

Keith
November 08, 2011 08:28PM
Hi,
I was getting the same error earlier today. I eventually
figured out that for me it was the mssql (NOT MySql) extension that was
messing things up. A phpinfo() page would work fine but the mssql data
import script that I was writing wouldn't work through a browser
request. I noticed some Segfault errors in one of the logs.

My script ran fine from the command line but just not through php-fpm.
Didn't try fast-cgi though.

Keith.

On 08/11/2011 09:25, abcomp01 wrote:
> php-fpm and nginx return "The page you are looking for is temporarily
> unavailable. Please try again later. "
>
> call http://173.212.207.146/upload/info.php
>
> location ~ \.php$ {
> root /home/admin/18loadnet;
> fastcgi_pass 127.0.0.1:9000;
> fastcgi_index index.php;
> fastcgi_param SCRIPT_FILENAME /home/admin/info.php;
> include /etc/nginx/fastcgi_params;
> }
>
> Posted at Nginx Forum: http://forum.nginx.org/read.php?2,217967,217967#msg-217967
>
> _______________________________________________
> nginx mailing list
> nginx@nginx.org
> http://mailman.nginx.org/mailman/listinfo/nginx

_______________________________________________
nginx mailing list
nginx@nginx.org
http://mailman.nginx.org/mailman/listinfo/nginx
Subject Author Posted

php-fpm and nginx return "The page you are looking for is temporarily unavailable. Please try again later. "

abcomp01 November 08, 2011 04:25AM

Re: php-fpm and nginx return "The page you are looking for is temporarily unavailable. Please try again later. "

Igor Sysoev November 08, 2011 04:48AM

Re: php-fpm and nginx return "The page you are looking for is temporarily unavailable. Please try again later. "

Maxim Dounin November 08, 2011 04:48AM

Re: php-fpm and nginx return "The page you are looking for is temporarily unavailable. Please try again later. "

abcomp01 November 08, 2011 04:54AM

Re: php-fpm and nginx return "The page you are looking for is temporarily unavailable. Please try again later. "

Maxim Dounin November 08, 2011 05:02AM

Re: php-fpm and nginx return "The page you are looking for is temporarily unavailable. Please try again later. "

Keith November 08, 2011 08:28PM



Sorry, only registered users may post in this forum.

Click here to login

Online Users

Guests: 239
Record Number of Users: 8 on April 13, 2023
Record Number of Guests: 421 on December 02, 2018
Powered by nginx      Powered by FreeBSD      PHP Powered      Powered by MariaDB      ipv6 ready