Re: implementing delay...

2009-08-05 Thread Andrew Azarov
Hi Willy, The 1.4 seems not to work, for example I have the following: frontendxx :80 mode http tcp-request inspect-delay 30s acl to_delay hdr_reg Opera.* tcp-request content accept if to_delay WAIT_END Maybe it is because of the capture cookie or

Re: implementing delay...

2009-08-05 Thread Andrew Azarov
Hi Willy, Yes I tried it with the ! HTTP and with !HTTP_1.1 !HTTP_1.0 - It just gives a blank page on all of the websites... BRG, Andrew Willy Tarreau wrote: On Wed, Aug 05, 2009 at 04:08:29PM +0200, Andrew Azarov wrote: Hi Willy, The 1.4 seems not to work, for example I have the

Re: implementing delay...

2009-08-05 Thread Willy Tarreau
On Wed, Aug 05, 2009 at 04:31:09PM +0200, Andrew Azarov wrote: Hi Willy, Yes I tried it with the ! HTTP and with !HTTP_1.1 !HTTP_1.0 - It just gives a blank page on all of the websites... OK I will check. Regards, Willy

Re: implementing delay...

2009-08-02 Thread Andrew Azarov
Willy Tarreau wrote: Hi Andrew, On Sun, Aug 02, 2009 at 03:53:56AM +0200, Andrew Azarov wrote: Hi, Is there a way to delay a connection for some time? Depending how you want your delay to be used, you might be able to use it with TCP rules, something like this : acl

Re: implementing delay...

2009-08-01 Thread Willy Tarreau
Hi Andrew, On Sun, Aug 02, 2009 at 03:53:56AM +0200, Andrew Azarov wrote: Hi, Is there a way to delay a connection for some time? Depending how you want your delay to be used, you might be able to use it with TCP rules, something like this : acl acl_to_delay something tcp-request