Re: [users@httpd] Reg: Queue up connections in Apache Proxy 2.4.15

2017-05-30 Thread Velmurugan Dhakshnamoorthy
Hi, Any idea, why I am unable to use "acquire " parameter, any other setting/configuration is required? On May 29, 2017 08:59, "Velmurugan Dhakshnamoorthy" wrote: > Hi, > I am trying to test holding the connections using 'acquire' parameter in > 'proxypass' and even

Re: [users@httpd] Reg: Queue up connections in Apache Proxy 2.4.15

2017-05-28 Thread Velmurugan Dhakshnamoorthy
Hi, I am trying to test holding the connections using 'acquire' parameter in 'proxypass' and even using 'balancemember' in mod_proxy by adjusting maxclients to 2, seems acquire does not work as expected with both prefork and worker mpm. As per my understanding, acquire should hold the

Re: [users@httpd] Reg: Queue up connections in Apache Proxy 2.4.15

2017-05-12 Thread Eric Covener
On Fri, May 12, 2017 at 1:09 PM, Velmurugan Dhakshnamoorthy wrote: > Ok, thanks. but is there a way to achieve queuing if I use mod_proxy. Look at the "acquire" option in the manual. - To unsubscribe,

Re: [users@httpd] Reg: Queue up connections in Apache Proxy 2.4.15

2017-05-12 Thread Velmurugan Dhakshnamoorthy
Ok, thanks. but is there a way to achieve queuing if I use mod_proxy. I am performing POC, hence trying different options, Thanks Vel On May 12, 2017 10:38 PM, "Eric Covener" wrote: On Fri, May 12, 2017 at 10:37 AM, Velmurugan Dhakshnamoorthy wrote:

Re: [users@httpd] Reg: Queue up connections in Apache Proxy 2.4.15

2017-05-12 Thread Eric Covener
On Fri, May 12, 2017 at 10:37 AM, Velmurugan Dhakshnamoorthy wrote: > I am using Oracle delivered plugin. I'd suggest asking Oracle rather than starting new threads here. - To unsubscribe, e-mail:

Re: [users@httpd] Reg: Queue up connections in Apache Proxy 2.4.15

2017-05-12 Thread Velmurugan Dhakshnamoorthy
Hi Eric, I am using Oracle delivered plugin. On May 12, 2017 7:50 PM, "Eric Covener" wrote: > On Fri, May 12, 2017 at 1:12 AM, Velmurugan Dhakshnamoorthy > wrote: > > Dear All, > > I am using Apache 2.4.15 as a reverse proxy for back-end weblogic 12c. >

Re: [users@httpd] Reg: Queue up connections in Apache Proxy 2.4.15

2017-05-12 Thread Eric Covener
On Fri, May 12, 2017 at 1:12 AM, Velmurugan Dhakshnamoorthy wrote: > Dear All, > I am using Apache 2.4.15 as a reverse proxy for back-end weblogic 12c. > > My requirement is to queue up connections/requests in Apache when the > back-end weblogic 12c server is overloaded and

[users@httpd] Reg: Queue up connections in Apache Proxy 2.4.15

2017-05-11 Thread Velmurugan Dhakshnamoorthy
Dear All, I am using Apache 2.4.15 as a reverse proxy for back-end weblogic 12c. My requirement is to queue up connections/requests in Apache when the back-end weblogic 12c server is overloaded and then release the connection when capacity is available. is this possible to achieve in Apache 2.4