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

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

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:

[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