I want to run wordpress sites on this server. The processing sud be fast and efficient. Websites sud be able to open up speedly. So, pls suggest me anything here.
Thanks On Jul 15, 2013 4:01 PM, "John Doe" <[email protected]> wrote: > 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 >
_______________________________________________ nginx mailing list [email protected] http://mailman.nginx.org/mailman/listinfo/nginx
