Re: how work ip_hash and weight in nginx 1.2.7

2013-03-08 Thread Steve Holdoway
On 09/03/13 16:51, moke110007 wrote: Nobody reply. Tested,iphash and weight,support balance. Over. Last time I used it, weight wasn't supported on iphash so I just used multiple entries to weight instead. Steve ___ nginx mailing list nginx@nginx.o

Re: how work ip_hash and weight in nginx 1.2.7

2013-03-08 Thread moke110007
Nobody reply. Tested,iphash and weight,support balance. Over. Posted at Nginx Forum: http://forum.nginx.org/read.php?2,236972,237147#msg-237147 ___ nginx mailing list nginx@nginx.org http://mailman.nginx.org/mailman/listinfo/nginx

Re: Issue with HttpAuthDigestModule

2013-03-08 Thread redleaderuk
I think I've found the actual problem: having a querystring at the end of the URL stops the HttpAuthDigiestModule from working correctly. In fact, simply appending a question mark at the end of a URL is enough to prevent authentication. I just get repeatedly asked to authenticate, round and round

Re: RSA+DSA+ECC bundles

2013-03-08 Thread christopherincanada
I too am interested in this capability... any comments on this topic are appreciated. Chris Posted at Nginx Forum: http://forum.nginx.org/read.php?2,235967,237143#msg-237143 ___ nginx mailing list nginx@nginx.org http://mailman.nginx.org/mailman/listi

Re: 'Primary' domain in server block?

2013-03-08 Thread Francis Daly
On Fri, Mar 08, 2013 at 08:53:34AM +, Tom Barrett wrote: > On 7 March 2013 17:06, Francis Daly wrote: > > On Thu, Mar 07, 2013 at 09:30:01AM +, Tom Barrett wrote: Hi there, > I think perhaps my use of the word 'integration' was a little > grandiose. The general server setup is PHP fastcg

Re: proxy_read_timeout for an apache location?

2013-03-08 Thread Francis Daly
On Fri, Mar 08, 2013 at 09:49:39AM -0800, Grant wrote: Hi there, > >> Can I set proxy_read_timeout for only a particular location which is > >> passed to apache? > > > > http://wiki.nginx.org/HttpProxyModule#proxy_read_timeout That's a good resource. http://nginx.org/r/proxy_read_timeout redire

Re: Selectively implement something like proxy_ignore_headers Set-Cookie?

2013-03-08 Thread Jonathan Matthews
On 8 March 2013 17:00, Peter Booth wrote: > Some of the locations use the combination of > > proxy_ignore_headers Set-Cookie and proxy_hide_header Set-Cookie to strip > cookies from cached responses. > > Another location needs to allow for session cookies to be created and so it > has the default

Re: proxy_read_timeout for an apache location?

2013-03-08 Thread Grant
>> Can I set proxy_read_timeout for only a particular location which is >> passed to apache? >> > > http://wiki.nginx.org/HttpProxyModule#proxy_read_timeout This config causes nginx to serve the request instead of apache: location /for-apache.html { proxy_read_timeout 30m; } Can I pass for-

Selectively implement something like proxy_ignore_headers Set-Cookie?

2013-03-08 Thread Peter Booth
I'm wondering if anyone has any thoughts about how I might address the following? I am using nginx as a caching reverse proxy in front of a complex Apache/Weblogic Java application. I have a half-dozen Location blocks that have different caching policies with custom keys and different cache

Re: proxy_read_timeout for an apache location?

2013-03-08 Thread mex
> Can I set proxy_read_timeout for only a particular location which is > passed to apache? > http://wiki.nginx.org/HttpProxyModule#proxy_read_timeout Posted at Nginx Forum: http://forum.nginx.org/read.php?2,237111,237116#msg-237116 ___ nginx mailing

Nginx rewrite rules for phpBB

2013-03-08 Thread Demontager
I need help with phpBB rewrite rules. Used this tool http://winginx.ru/htaccess to convert some rules, but they are not applied. The syntax is ok, so i don't know the problem. Original .htaccess - [code] # Lines That should already be in your .htacess Order Allow,Deny Deny from All Order Allow,

Re: 'Primary' domain in server block?

2013-03-08 Thread Tom Barrett
On 7 March 2013 17:06, Francis Daly wrote: > On Thu, Mar 07, 2013 at 09:30:01AM +, Tom Barrett wrote: > > Hi there, > Thanks for reading :) > I'm doing some work with PayPal integration. > > How does nginx talk to your PayPal integration system? I think perhaps my use of the word 'integra