From: Atul Bansal <[email protected]> >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 _______________________________________________ nginx mailing list [email protected] http://mailman.nginx.org/mailman/listinfo/nginx
