Re: WildCard domains : how to treat IP Address and Specific Domains differently from Failover/Wildcard Domains ?

2013-03-01 Thread Igor Sysoev
On Mar 2, 2013, at 0:20 , Jonathan Vanasco wrote: > forgive me if this has been asked before -- I couldn't find this exact > question in my mailing list archives back to 2007 > > I am trying to deal with wildcard domains in a setup. > > The intended result is to do this : > > Requests

Re: Optimal nginx settings for websockets sending images

2013-03-01 Thread michael.heuberger
thank you so much maxim i have read the documentation at http://nginx.org/en/docs/http/ngx_http_proxy_module.html and am trying to understand all that. it's not easy ... i'm serving video files (mp4 or webm). that's where these "an upstream response is buffered to a temporary file" warnings occur

Re: WildCard domains : how to treat IP Address and Specific Domains differently from Failover/Wildcard Domains ?

2013-03-01 Thread Francis Daly
On Fri, Mar 01, 2013 at 03:20:10PM -0500, Jonathan Vanasco wrote: Hi there, > Requests for example.com > Serve Site A > > All IP Address Requests : > Serve Site A > > All other domains ( wildcard / failover ) > Serve Site B > > I've t

Re: nginx/KQUEUE+SPDY breaks proxy_ignore_client_abort

2013-03-01 Thread Valentin V. Bartenev
On Saturday 02 March 2013 00:56:06 Phil Pennock wrote: > [fixed Subject: to help others with issue track it] > > On 2013-03-01 at 17:12 +0400, Maxim Dounin wrote: > > It looks like you are running nginx with experimental SPDY patch, > > and it broke things here. Try recompiling nginx without SPDY

nginx mailing-list and sender filtering (vs BATV)

2013-03-01 Thread Phil Pennock
On 2013-03-01 at 17:12 +0400, Maxim Dounin wrote: > On Fri, Mar 01, 2013 at 03:22:51AM -0500, Phil Pennock wrote: > > PS: nginx mail-server configuration is broken; it's checking SMTP Envelope > > Sender against the subscription list, not the RFC5322.From: header, so > > breaks on things su

nginx/KQUEUE+SPDY breaks proxy_ignore_client_abort

2013-03-01 Thread Phil Pennock
[fixed Subject: to help others with issue track it] On 2013-03-01 at 17:12 +0400, Maxim Dounin wrote: > It looks like you are running nginx with experimental SPDY patch, > and it broke things here. Try recompiling nginx without SPDY > patch to see if it helps. That fixed things, thank you. So

WildCard domains : how to treat IP Address and Specific Domains differently from Failover/Wildcard Domains ?

2013-03-01 Thread Jonathan Vanasco
forgive me if this has been asked before -- I couldn't find this exact question in my mailing list archives back to 2007 I am trying to deal with wildcard domains in a setup. The intended result is to do this : Requests for example.com Serve Site A All IP Addr

Re: Is it possible that nginx will not buffer the client body?

2013-03-01 Thread double
> Pasi Kärkkäinen > People want nginx to *not* save the http PUT/POST request to disk > when using nginx as a reverse proxy. Have the same problem. I use "haproxy" in front of "nginx" - but this more a bad hack than a workaround. Posted at Nginx Forum: http://forum.nginx.org/read.php?2,234926,2

Re: Call of duty black Ops 2 Free Download Pc Game

2013-03-01 Thread B.R.
Someone needs removal for spam it seems... --- *B. R.* On Fri, Mar 1, 2013 at 9:54 AM, iqbal h. wrote: > ​SPAM > -- > Posted via http://www.ruby-forum.com/. > > ___ > nginx mailing list > nginx@nginx.org > http://mailman.nginx.org/mailman/listinfo/ngi

Call of duty black Ops 2 Free Download Pc Game

2013-03-01 Thread iqbal h.
Call of duty black ops free download proudly presentsCall of Duty: Black Ops II (c) Activision12-11-2012..Release Date <-> Protection.Steam+CEGFPSGame Type < -> Disk(s).1 BLURAY Size: 4.08 GB download link RELEASE NOTES Forcing the limitations of wh

Re: 502 bad gateway error with php5-fpm on Debian 7

2013-03-01 Thread WBrown
> > Dump question, but why did you put the vhost-files into "conf.d"? > > Normally > > they are stored in "sites-available" and symlinked in "sites-enabled". > > nginx > > (as apache) uses this directory to read all information about the vhosts. > > Are there any templates in "sites-enabled"?

Re: Is it possible that nginx will not buffer the client body?

2013-03-01 Thread Pasi Kärkkäinen
On Thu, Feb 28, 2013 at 07:02:46PM +, André Cruz wrote: > On Feb 28, 2013, at 6:51 PM, Valentin V. Bartenev wrote: > > > On Thursday 28 February 2013 21:36:23 André Cruz wrote: > >> I'm also very interested in being able to configure nginx to NOT proxy the > >> entire request. > >> > > [...]

Re: proxy_cache and internal redirect

2013-03-01 Thread Maxim Dounin
Hello! On Fri, Mar 01, 2013 at 11:06:54AM +0400, Nicholas Kostirya wrote: > But, I want use both redirect and save response with > 'X-Accel-Redirect' in cache to prevent multiple requests to > backend. You have to select just one, either X-Accel-Redirect handling or cache. As a workaround

Re: nginx/KQUEUE breaks proxy_ignore_client_abort

2013-03-01 Thread Maxim Dounin
Hello! On Fri, Mar 01, 2013 at 03:22:51AM -0500, Phil Pennock wrote: > Folks, > > If nginx is built on FreeBSD, "proxy_ignore_client_abort on;" has > no/little effect, because TCP half-closes cause a connection drop > even if not speaking to a proxy backend. > > Situation: PGP clients talk to P

Re: Optimal nginx settings for websockets sending images

2013-03-01 Thread Maxim Dounin
Hello! On Thu, Feb 28, 2013 at 11:06:05PM -0500, michael.heuberger wrote: > Thanks man :) > > > > proxy_buffers 8 2m; > > > proxy_buffer_size 10m; > > > proxy_busy_buffers_size 10m; > > > > Buffers used looks huge, make sure you have enough memory. > > Mmmhhh, do you th

Re: How to set up SPDY Protocol over Nginx?

2013-03-01 Thread deepak-kumar
Thanks for the hint. I had to change my init.d script. Modified to DAEMON=/usr/local/sbin/nginx earlier it was #DAEMON=/usr/sbin/nginx CLOSED. Posted at Nginx Forum: http://forum.nginx.org/read.php?2,236756,236777#msg-236777 ___ nginx mailing list

Re: How to set up SPDY Protocol over Nginx?

2013-03-01 Thread deepak-kumar
Yeah. I get your point. I ll post my findings here. Thanks. Posted at Nginx Forum: http://forum.nginx.org/read.php?2,236756,236772#msg-236772 ___ nginx mailing list nginx@nginx.org http://mailman.nginx.org/mailman/listinfo/nginx

Re: How to set up SPDY Protocol over Nginx?

2013-03-01 Thread Valentin V. Bartenev
On Friday 01 March 2013 13:39:04 deepak-kumar wrote: > Well thats possible. But Nginx -V gives me correct version and shows that > SPDY module is enabled and configured ... > > When I do which nginx on terminal it returns /usr/local/sbin/nginx > > Can you tell me how can I check which binary is b

Re: How to set up SPDY Protocol over Nginx?

2013-03-01 Thread deepak-kumar
Well thats possible. But Nginx -V gives me correct version and shows that SPDY module is enabled and configured ... When I do which nginx on terminal it returns /usr/local/sbin/nginx Can you tell me how can I check which binary is being used for the app? $ nginx -V nginx version: nginx/1.3.13

Re: How to set up SPDY Protocol over Nginx?

2013-03-01 Thread Valentin V. Bartenev
On Friday 01 March 2013 12:11:15 deepak-kumar wrote: > Hi Guys > > I am having problem setting up the SPDY protocol for my rails app over > nginx. Here is the complete detail of the setup on stacjoverflow. > > http://stackoverflow.com/questions/15152775/how-to-set-up-spdy-protocol-ove > r-nginx >

Left 4 Dead 2 free download full version pc game

2013-03-01 Thread Ali m.
Left 4 Dead 2 PC full game multiplayer SP 2.1.1.2 free downloadSystem requirements size: 7.16 GB Games : Windows : Full Game : English here http://www.freedownloadfullversioncrack.com/left-4-dead-2-free-download-full-version-pc-game/ -- Posted via http://www.ruby-forum.com/.

nginx/KQUEUE breaks proxy_ignore_client_abort

2013-03-01 Thread Phil Pennock
Folks, If nginx is built on FreeBSD, "proxy_ignore_client_abort on;" has no/little effect, because TCP half-closes cause a connection drop even if not speaking to a proxy backend. Situation: PGP clients talk to PGP keyservers using the HKP protocol, which is a very light layer over HTTP. In GnuP

Reverse proxy and context path

2013-03-01 Thread nhatlt
I have a Jetty application works at: https://my-server-ip (root context) Now I want to use https://my-domain.com/some/path for my app. Is it possible with Nginx? I'm a newbie. Thanks Posted at Nginx Forum: http://forum.nginx.org/read.php?2,236757,236757#msg-236757 ___

How to set up SPDY Protocol over Nginx?

2013-03-01 Thread deepak-kumar
Hi Guys I am having problem setting up the SPDY protocol for my rails app over nginx. Here is the complete detail of the setup on stacjoverflow. http://stackoverflow.com/questions/15152775/how-to-set-up-spdy-protocol-over-nginx Posting it here so that it can have a bigger audience. I can copy p