RE: [users@httpd] Doubts in apache-2.4.37

2019-01-15 Thread Muggeridge, Matt
: [users@httpd] Doubts in apache-2.4.37 Hi,, 3) I am using mod_proxy and mod_proxy_http to proxy request to backend server. With http we have stream flow of message. Thanks Hemant On Mon, Jan 14, 2019 at 10:37 PM Yehuda Katz mailto:yeh...@ymkatz.net>> wrote: 1. Don't know, should be easy

Re: [users@httpd] Doubts in apache-2.4.37

2019-01-15 Thread Hemant Chaudhary
Hi,, 3) I am using mod_proxy and mod_proxy_http to proxy request to backend server. With http we have stream flow of message. Thanks Hemant On Mon, Jan 14, 2019 at 10:37 PM Yehuda Katz wrote: > 1. Don't know, should be easy to test. > > 2. Pipe. > > 3. I think this depends on which actual proxy

Re: [users@httpd] Doubts in apache-2.4.37

2019-01-14 Thread Yehuda Katz
1. Don't know, should be easy to test. 2. Pipe. 3. I think this depends on which actual proxy module you are using. (There are parameters for controlling the buffer size and when to flush) On Mon, Jan 14, 2019 at 9:51 AM Hemant Chaudhary < hemantdude.chaudh...@gmail.com> wrote: > Hi Team, > > I

[users@httpd] Doubts in apache-2.4.37

2019-01-14 Thread Hemant Chaudhary
Hi Team, I have following doubt, please help me to understand 1) I am using worker MPM and according to architecture, each child process creates one worker listener thread which has mutex and listens on the port. If I am using two ports 80 and 443 then whether each child creates two listener thre