keepalive_timeout not working?

2013-08-22 Thread Sajan Parikh
onnections in a TIME_WAIT state and they seemingly stay there forever. Obviously it's not forever, but it's not closing in 3 seconds. Thanks. -- Sajan Parikh Owner, Noppix LLC o: (563) 726-0371 c: (563) 508-3184 ___ nginx mailing list nginx@nginx.org http://mailman.nginx.org/mailman/listinfo/nginx

Re: connect() to 127.0.0.1:80 failed (99: Cannot assign requested address

2013-07-13 Thread Sajan Parikh
instance on port 80. Sajan Parikh Owner, Noppix LLC e: sa...@noppix.com o: (563) 726-0371 c: (563) 447-0822 On 07/13/2013 05:27 PM, Atul Bansal wrote: Thanks for stopping-by. mailed you in seperate

Re: connect() to 127.0.0.1:80 failed (99: Cannot assign requested address

2013-07-13 Thread Sajan Parikh
You most likely already have something running on port 80.  Perhaps another instance of nginx or Apache or something. Run netstat -plunt and show us the output. Sajan Parikh Owner, Noppix LLC e: sa

Re: spdy per location

2013-07-08 Thread Sajan Parikh
other one, or serve it. Sajan Parikh Owner, Noppix LLC e: sa...@noppix.com o: (563) 726-0371 c: (563) 447-0822 On 07/08/2013 09:45 AM, António P. P. Alm

Re: Redirect www to no-www with variable (for multiple domains)?

2013-07-07 Thread Sajan Parikh
I should correct my server_name line. It should not have the variable, but the actual domain names. So I guess you'll still have to come back and add each domain. Sorry. On phone. Sajan Parikh On Jul 7, 2013, at 6:47 AM, Sajan Parikh wrote: > Haven't testing this, but wou

Re: Redirect www to no-www with variable (for multiple domains)?

2013-07-07 Thread Sajan Parikh
.conf files for each domain. - Sajan Parikh On 07/07/2013 04:30 AM, lennart wrote: According to http://wiki.nginx.org/Pitfalls#Server_Name this is the best solution to redirect www to no-www for one domain: server { server_name www.domain.com; return 301 $scheme://domain.com$r

Re: Nginx upstream servers status

2013-07-02 Thread Sajan Parikh
In your proxy_next_upstream, why do you have 'off' enabled. off — it forbids the request transfer to the next server. Remove 'off' from that line. Sajan Parikh Owner, Noppix LLC e: sa...@noppix

Re: Nginx upstream servers status

2013-07-02 Thread Sajan Parikh
lowering fail_timeout. Sajan Parikh Owner, Noppix LLC e: sa...@noppix.com p: (563) 726-0371 On 07/02/2013 11:55 PM, Sandeep L wrote: Hi, I am trying to configure nginx

Re: virtual server configuration

2013-06-17 Thread Sajan Parikh
Did you restart nginx for the new configuration to take effect?  Run 'sudo service nginx restart' to do this.  Also run 'nginx -t' to test your configuration. Sajan Parikh Owner, Noppix LLC e: sa...@noppix.com

Re: Hosting multiple domains

2013-06-15 Thread Sajan Parikh
I'm sure it's something small you've overlooked.  Going to take a shot in the dark and say you've copy and pasted your server blocks and perhaps forgot to change something you needed to for that particular server. Sajan Parikh