correct upstream configuration for php-fpm?

Ilan Berkner iberkner at gmail.com
Sun Sep 13 19:00:15 MSD 2009


this is what i have:

upstream handlephp
{
  server 127.0.0.1:9000;
  server 192.168.1.3:9000;
}

server
{
  location ~ \.php$
  {
    include fcgi;
    fastcgi_pass http://handlephp;
  }
}

This gives configuration error of: invalid upstream in host, on the
fastcgi_pass line.  When I change it to: proxy_pass http://handlephp, I
don't get the configuration error but the website gives a "bad gateway
error".  I tried it with the single local entry only (127.0.0.1) and it
didn't help.  Is my syntax wrong?  Am I missing any directives?

Thanks
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://nginx.org/pipermail/nginx/attachments/20090913/e3318240/attachment.html>


More information about the nginx mailing list