need help calling PHP as a fallback
Rob Schultz
rschultz7 at gmail.com
Tue Jan 5 09:31:45 MSK 2010
Doubt this is the issue but you don't need internal in the named
location. All named locations are internal already.
Sent from my iPhone
On Jan 5, 2010, at 12:25 AM, "davvv" <nginx-forum at nginx.us> wrote:
> Thanks for the advice Piotr, but instead of helping me, it just
> complicated the situation a whole lot more :P
>
> 2010/01/05 01:22:28 4020#0: signal 17 (SIGCHLD) received
> 2010/01/05 01:22:28 4020#0: worker process 4024 exited on signal 11
> 2010/01/05 01:22:28 4020#0: start worker process 9274
> 2010/01/05 01:22:28 4020#0: signal 29 (SIGIO) received
> 2010/01/05 01:22:29 4020#0: signal 17 (SIGCHLD) received
> 2010/01/05 01:22:29 4020#0: worker process 5209 exited on signal 11
> 2010/01/05 01:22:29 4020#0: start worker process 9294
> 2010/01/05 01:22:29 4020#0: signal 29 (SIGIO) received
> 2010/01/05 01:22:31 4020#0: signal 17 (SIGCHLD) received
> 2010/01/05 01:22:31 4020#0: worker process 5171 exited on signal 11
> 2010/01/05 01:22:31 4020#0: start worker process 9321
> 2010/01/05 01:22:31 4020#0: signal 29 (SIGIO) received
> 2010/01/05 01:22:32 4020#0: signal 17 (SIGCHLD) received
>
> Looks like nginx is segfaulting.. any ideas of what could be causing
> this?
>
> Something to do with:
>
> location @fallback {
> internal;
> fastcgi_param SCRIPT_FILENAME $document_root/backend.php;
> fastcgi_param QUERY_STRING $query_string;
> include fastcgi_params;
> fastcgi_pass 127.0.0.1:9000;
> }
>
> I would assume....
>
> Posted at Nginx Forum: http://forum.nginx.org/read.php?2,36944,36964#msg-36964
>
>
> _______________________________________________
> nginx mailing list
> nginx at nginx.org
> http://nginx.org/mailman/listinfo/nginx
More information about the nginx
mailing list