Re: [users@httpd] ProxyTimeOut value question

2019-04-18 Thread Rose, John B
Thanks Suvendu


From: Suvendu Sekhar Mondal 
Sent: Thursday, April 11, 2019 1:58:19 PM
To: users@httpd.apache.org
Subject: Re: [users@httpd] ProxyTimeOut value question

John,

On Tue, Apr 9, 2019, 11:31 PM Rose, John B 
mailto:jbr...@utk.edu> wrote:

Any likely problems with setting ProxyTimeOut to 120?


Or is that a Directive whose value is commonly increased?

In my opinion, proxy timeout or any other time out limits should be little bit 
higher than the longest running transaction in your application. For example, 
if you see some file import takes three minutes to complete under loaded system 
and if that is your longest running transaction, I will suggest to set all 
timeout limits to accommodate that process.

If you set this value too high, thread pool exhaustion can happen if you have a 
very slow performing backend server.






Re: [users@httpd] Ssl certificate ignored in virtual host

2019-04-18 Thread William A Rowe Jr
On Wed, Apr 17, 2019 at 4:08 PM Rose, John B  wrote:

> Why would ssl.conf certificate settings override the certificate settings
> in a specific virtual host config file?
>

The concept is inheritance. Picture all the #include'ed .conf files
flattened at the global scope, unless you actually do an include within a
specific .

Basically, what you set outside of all the specific  blocks
applies globally to all hosts, unless you override them. There are quirky
cases like rewrite and some of ssl which don't auto-inherit the globals,
but for the most part, what gets set outside of  apply to all
situations that aren't explicitly overridden.


Re: [users@httpd] issue with mod_reqtimeout in Httpd server 2.4.39

2019-04-18 Thread Rainer Jung

Most likely it is this:

https://bz.apache.org/bugzilla/show_bug.cgi?id=63329

Fixed by:

https://svn.apache.org/viewvc?view=revision=1857129

If you build the web server yourself, tha patch to apply is:

https://svn.apache.org/viewvc/httpd/httpd/trunk/modules/filters/mod_reqtimeout.c?r1=1857129=1857128=1857129

Let us know if it works for you.

Regards,

Rainer

Am 18.04.2019 um 09:09 schrieb Rathore, Rajendra:

Hi Team,

We are facing timeout issue while uploading long file, when I enable 
debug log and found that traces of


[reqtimeout:info] [pid 25680:tid 140121479206656] [client 
192.168.33.1:61857] AH01382: Request body read timeout


While looking into release notes of 2.4.39 there are some changes in 
mod_reqtimeout area, we never face that issue in 2.4.38, so please guide 
me how should I proceed to fix the issue. Please let me know if more 
details are required.


Thanks and Regards,

Rajendra Rathore

9922701491


-
To unsubscribe, e-mail: users-unsubscr...@httpd.apache.org
For additional commands, e-mail: users-h...@httpd.apache.org



[users@httpd] issue with mod_reqtimeout in Httpd server 2.4.39

2019-04-18 Thread Rathore, Rajendra
Hi Team,

We are facing timeout issue while uploading long file, when I enable debug log 
and found that traces of

[reqtimeout:info] [pid 25680:tid 140121479206656] [client 192.168.33.1:61857] 
AH01382: Request body read timeout

While looking into release notes of 2.4.39 there are some changes in 
mod_reqtimeout area, we never face that issue in 2.4.38, so please guide me how 
should I proceed to fix the issue. Please let me know if more details are 
required.



Thanks and Regards,
Rajendra Rathore
9922701491