connect() to 127.0.0.1:80 failed (99: Cannot assign requested address
John Doe
jdmls at yahoo.com
Mon Jul 15 10:31:24 UTC 2013
From: Atul Bansal <oceanofweb at gmail.com>
>httpd.conf
>Listen [::]:80 default_server ipv6only=on;
>
>default.conf
> listen 80 default_server;
> proxy_pass http://127.0.0.1;
> fastcgi_pass 127.0.0.1:9000;
So, apache listens on ipv6 :80 and
nginx tries to listen on ipv4/v6 :80 and pass to ipv4 :80 ?
I think something is wrong...
Do you need apache at all?
Can you describe your processing chain?
=> nginx => php-cgi ?
JD
More information about the nginx
mailing list