problems with php-fpm
Igor Sysoev
is at rambler-co.ru
Wed Aug 27 17:53:44 MSD 2008
On Wed, Aug 27, 2008 at 02:01:34PM +0200, Samuel Vogel wrote:
> Okay, I changed my configuration, but I am still getting the same error!
>
> server {
> ....
> location ~ \.php$ {
> fastcgi_pass 127.0.0.1:9000;
> }
> }
>
> http {
> ....
> include fastcgi_params;
> }
>
>
> # cat /etc/nginx/fastcgi_params
>
> fastcgi_param QUERY_STRING $query_string;
> fastcgi_param REQUEST_METHOD $request_method;
> fastcgi_param CONTENT_TYPE $content_type;
> fastcgi_param CONTENT_LENGTH $content_length;
>
> fastcgi_param SCRIPT_NAME $document_root$fastcgi_script_name;
> fastcgi_param REQUEST_URI $request_uri;
> fastcgi_param DOCUMENT_URI $document_uri;
> fastcgi_param DOCUMENT_ROOT $document_root;
> fastcgi_param SERVER_PROTOCOL $server_protocol;
>
> fastcgi_param GATEWAY_INTERFACE CGI/1.1;
> fastcgi_param SERVER_SOFTWARE nginx/$nginx_version;
>
> fastcgi_param REMOTE_ADDR $remote_addr;
> fastcgi_param REMOTE_PORT $remote_port;
> fastcgi_param SERVER_ADDR $server_addr;
> fastcgi_param SERVER_PORT $server_port;
> fastcgi_param SERVER_NAME $server_name;
>
> Do you guys have any other suggestions?
> It seems like this problem is all about php-fpm so I should probably
> post on their mailing list.
Yes, this is php-fpm error and
http://groups.google.com/group/highload-php-en
is more relevant place to ask.
--
Igor Sysoev
http://sysoev.ru/en/
More information about the nginx
mailing list