Re: [users@httpd] timeout and keepalive parameter in ProxyPass

2021-10-19 Thread Yann Ylavic
On Wed, Oct 13, 2021 at 4:22 PM Usha Nayak wrote: > > Need help in understanding the highlighted parameters: > > ProxyPass "/example" "http://backend.example.com"; timeout=3600 keepalive=On > > keepalive parameter - As I understand relates to TCP or socket keep alive > probes that are sent to pr

[users@httpd] RE: [EXTERNAL] Re: [users@httpd] timeout and keepalive parameter in ProxyPass

2021-10-19 Thread Orendt, John
...@medtronic.com From: Usha Nayak Sent: Tuesday, October 19, 2021 10:37 AM To: users@httpd.apache.org Subject: [EXTERNAL] Re: [users@httpd] timeout and keepalive parameter in ProxyPass Hello Thank you for your response. However, I'm still a bit fuzzy when it comes to the keepalive and ti

Re: [users@httpd] timeout and keepalive parameter in ProxyPass

2021-10-19 Thread Usha Nayak
Hello Thank you for your response. However, I'm still a bit fuzzy when it comes to the keepalive and timeout attribute. I understand keepalive=On attribute by itself but in combination with timeout is where I'm unclear. In the scenario that I presented with following: - timeout=3600 keepali

Re: [users@httpd] timeout and keepalive parameter in ProxyPass

2021-10-13 Thread Dino Ciuffetti
The global "Timeout" parameter is needed to set the length of time Apache httpd will wait for I/O in various circumstances. https://httpd.apache.org/docs/2.4/mod/core.html#timeout (https://httpd.apache.org/docs/2.4/mod/core.html#timeout) The "keepalive" attribute of ProxyPass can be used to fool

[users@httpd] timeout and keepalive parameter in ProxyPass

2021-10-13 Thread Usha Nayak
Hello Need help in understanding the highlighted parameters: ProxyPass "/example" "http://backend.example.com"; timeout=3600 keepalive=On keepalive parameter - As I understand relates to TCP or socket keep alive probes that are sent to prevent idle connection. [image: image.png] My confusion

Re: [users@httpd] TimeOut

2015-11-16 Thread Daniel Gruno
On 11/16/2015 05:50 PM, Rose, John B wrote: > Looking in the Security Tips document for Apache this is said … > > * The |TimeOut > | directive > should be lowered on sites that are subject to DoS attacks. Setting > this to as l

Re: [users@httpd] TimeOut

2015-11-16 Thread Daniel
60 is a good overall value, but as you said it yourself, setting it too low will cause problems with long running cgi scripts, set it to a logical value according to *YOUR* needs. There is no magic value for timeout, really. El lun., 16 nov. 2015 a las 17:50, Rose, John B () escribió: > Looking i

[users@httpd] TimeOut

2015-11-16 Thread Rose, John B
Looking in the Security Tips document for Apache this is said ... * The TimeOut directive should be lowered on sites that are subject to DoS attacks. Setting this to as low as a few seconds may be appropriate. As TimeOut

Re: [users@httpd] TimeOut value question

2015-08-31 Thread Kurtis Rader
On Mon, Aug 31, 2015 at 9:16 AM, Rose, John B wrote: > The TimeOut default value is 60. However, if the web server is just an > image server could a reasonable value for TimeOut be 10? 5? 3? > Is there some problem you're trying to solve by tweaking that parameter? If not you probably don't want

[users@httpd] TimeOut value question

2015-08-31 Thread Rose, John B
The TimeOut default value is 60. However, if the web server is just an image server could a reasonable value for TimeOut be 10? 5? 3? Thanks

[users@httpd] Timeout during ap_get_brigade execution

2013-03-04 Thread Jose María Zaragoza
Hello: We're using Apache/2.2.15 running on Centos 6 >From time to time, we see the next error log : The timeout specified has expired: proxy: prefetch request body failed to [::1]:8081 (localhost) from xx.xx.xx.xx() Looking at mod_proxy_http.c source code , we can see that error is thrown bec

[users@httpd] Timeout Specified has expired

2012-01-03 Thread Indraveni chebolu
Hi, I am using Apache 2.2.16-3 on Debian (2.6.21-1-486 kernel version). I configured my apache server to serve Zope Requests, Tomcat Requests and apache document root files something like the below: ***

Re: [users@httpd] Timeout question

2011-08-10 Thread Matus UHLAR - fantomas
On 27.07.11 08:50, Qingshan Xie wrote:   according to Apache website http://httpd.apache.org/docs/2.0/mod/core.html#timeout, it says,  The TimeOut directive currently defines the amount of time Apache will wait for three things: 1. The total amount of time it takes to receive a GET req

[users@httpd] Timeout question

2011-07-27 Thread Qingshan Xie
Hello,    according to Apache website http://httpd.apache.org/docs/2.0/mod/core.html#timeout, it says,  The TimeOut directive currently defines the amount of time Apache will wait for three things: 1. The total amount of time it takes to receive a GET request. 2. The amount of t

Re: [users@httpd] Timeout settings in Apache 2.2.19 web server

2011-07-19 Thread Mark Montague
On July 19, 2011 13:23 , "Varma, William [CMPA]" wrote: Please advise the correct location where I should be changing the Apache HTTP web server timeout setting? You should change this in the web server's configuration file. You can find out what file this is on your system by running the

Re: [users@httpd] Timeout settings in Apache 2.2.19 web server

2011-07-19 Thread Eric Covener
On Tue, Jul 19, 2011 at 1:23 PM, Varma, William [CMPA] wrote: > Hi, > > Please advise the correct location where I should be changing the Apache > HTTP web server timeout setting? Search your configuration files for the Directive you want to change (Timeout), then change it. If it's not presen

[users@httpd] Timeout settings in Apache 2.2.19 web server

2011-07-19 Thread Varma, William [CMPA]
Hi, Please advise the correct location where I should be changing the Apache HTTP web server timeout setting? Many thanks.. Regards, Further notes: I have installed apache at the following location: /u00/apache I want to change the web server timeout settings. After doing some research, I

[users@httpd] TimeOut expired | Multiple Balancers using multiple workers | Apache 2.2.17

2011-02-16 Thread King Holger (CI/AFP2)
Hi group, we have the following topology up and running: Apache2 (works as load-balancer) | | Tomcat1Tomcat2 (rb-wcmstc1) (rb-wcmstc2) using the following TWO balancers named "fs4_javaclient_over_http" and "fs4_webclient_over_http" specifying DIFFERENT TIMEO

Re: [users@httpd] TimeOut directive?

2005-05-31 Thread Tejas Sanghavi
Hi Ivan, (B (BThanks a lot for the quick and correct answer... (B (BI've tried and it's working fine. (B (BThanks again, (BTejas. (B (B- Original Message - (BFrom: "Ivan Barrera A." <[EMAIL PROTECTED]> (BTo: (BSent: Tuesday, May 31, 2005 6:38 PM (BSubject: Re: [EMAIL PROTECTED

Re: [users@httpd] TimeOut directive?

2005-05-31 Thread Ivan Barrera A.
Tejas Sanghavi wrote: (B> Hi All, (B> (B> What's the use of 'TimeOut' directive? How can I check it whether it is (B> working or not? I've gone thru the 'Apache HTTP Server Documentation', (B> but could not make it. (B (BTelnet to port 80, and wait for "timeout" seconds.. it should drop th

[users@httpd] TimeOut directive?

2005-05-31 Thread Tejas Sanghavi
(B (B (BHi All, (B  (BWhat's the use of 'TimeOut' directive? How can I (Bcheck it whether it is working or not? I've gone thru the 'Apache HTTP Server (BDocumentation', but could not make it. (B  (BHow is it different than 'KeepAliveTimeout' (Bdirective? (B  (BPls guide me. (B  (B