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
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
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
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
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
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
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
>> 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-
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
> 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
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,
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
12 matches
Mail list logo