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, e-mail: users-unsubscr...

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: > I am using Oracle delivered plugin.

Re: [users@httpd] Apache + Squid Proxy: AH01991: SSL input filter read failed

2017-05-12 Thread chiasa.men
Am Freitag, 12. Mai 2017, 12:23:49 CEST schrieb chiasa.men: > Am Mittwoch, 3. Mai 2017, 19:32:04 CEST schrieb Luca Toscano: > > Hi, > > > > 2017-05-02 19:18 GMT+02:00 chiasa.men : > > > Hi, > > > my apache is behind a squid proxy which is configured like that: > > > https_port 3128 accel cert=/cer

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: users-unsubscr...@httpd.apache

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. > > > > My requirement is to queue up conn

Re: [users@httpd] Apache 2.4.25: Attempting to load balance websockets in conjunction with ProxyPassMatch

2017-05-12 Thread Eric Covener
On Fri, May 12, 2017 at 10:36 AM, Daniel wrote: > must be defined before "ProxyPass / http://..."; for it to not be ignored ? also \w probably not intended. -- Eric Covener cove...@gmail.com - To unsubscribe, e-mail: users-u

Re: [users@httpd] Apache 2.4.25: Attempting to load balance websockets in conjunction with ProxyPassMatch

2017-05-12 Thread Daniel
Shouldn't this directive: "ProxyPassMatch ^/(.*\websocket)$ ws://10.x.x.x:80/$1" must be defined before "ProxyPass / http://..."; for it to not be ignored ? 2017-05-12 15:34 GMT+02:00 Vinod Mulani : > In terms of intent, two application servers are load balanced by apache > which upgrade their

Re: [users@httpd] Apache 2.4.25: Attempting to load balance websockets in conjunction with ProxyPassMatch

2017-05-12 Thread Vinod Mulani
In terms of intent, two application servers are load balanced by apache which upgrade their http connection to ws connection when the requested url has the string websocket towards the end of the url. I have attempted proxypassmatch for the upgrade and used the ROUTEID session would forward the re

Re: [users@httpd] Apache 2.4.25: Attempting to load balance websockets in conjunction with ProxyPassMatch

2017-05-12 Thread Eric Covener
On Fri, May 12, 2017 at 9:10 AM, Vinod Mulani wrote: > Would there be any workaround to accomplish this type of task ? Would be > good to know. I can't really tell what the intent is. It probably belongs in the ProxyPassMatch 2nd parm as opposed to the balancer definition. -- Eric Covener cove

Re: [users@httpd] Apache 2.4.25: Attempting to load balance websockets in conjunction with ProxyPassMatch

2017-05-12 Thread Vinod Mulani
I see, let me try and trace the requested websocket url in case of the balancer. Would there be any workaround to accomplish this type of task ? Would be good to know. VM On Fri, May 12, 2017 at 6:26 PM, Eric Covener wrote: > On Fri, May 12, 2017 at 8:51 AM, Vinod Mulani wrote: > > Eric, > >

Re: [users@httpd] Apache 2.4.25: Attempting to load balance websockets in conjunction with ProxyPassMatch

2017-05-12 Thread Eric Covener
On Fri, May 12, 2017 at 8:51 AM, Vinod Mulani wrote: > Eric, > > I would think so, since the direct request listed below goes well and the ws > url (i think) would be incomplete without it. > > ProxyPassMatch "^/(.*\websocket)$" "ws://10.x.x.x:80/$1" I don't think that assumption is valid. Many

Re: [users@httpd] Apache 2.4.25: Attempting to load balance websockets in conjunction with ProxyPassMatch

2017-05-12 Thread Vinod Mulani
Eric, I would think so, since the direct request listed below goes well and the ws url (i think) would be incomplete without it. *ProxyPassMatch "^/(.*\websocket)$" "ws://10.x.x.x:80/$1"* *VM* On Fri, May 12, 2017 at 6:17 PM, Eric Covener wrote: > On Fri, May 12, 2017 at 8:45 AM, Vinod Mulan

Re: [users@httpd] Apache 2.4.25: Attempting to load balance websockets in conjunction with ProxyPassMatch

2017-05-12 Thread Eric Covener
On Fri, May 12, 2017 at 8:45 AM, Vinod Mulani wrote: > >BalancerMember "ws://10.x.x.x:80/$1" loadfactor=50 route=node1 ttl=1200 >>smax=5 >BalancerMember "ws://10.y.y.y:80/$1" loadfactor=50 route=node2 ttl=1200 >>smax=5 >ProxySet stickysession=ROUTEID > Does that $1 really wo

[users@httpd] Apache 2.4.25: Attempting to load balance websockets in conjunction with ProxyPassMatch

2017-05-12 Thread Vinod Mulani
I would love some inputs on the attempted configuration for load balancing websocket & http requests in conjunction with ProxyPassMatch. I am trying to load balance via Apache 2.4.25 two instances of an application which intrinsically uses nginx as its internal proxy. It seems straightforward to u

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 then release the connec

Re: [users@httpd] Apache + Squid Proxy: AH01991: SSL input filter read failed

2017-05-12 Thread chiasa.men
Am Mittwoch, 3. Mai 2017, 19:32:04 CEST schrieb Luca Toscano: > Hi, > > 2017-05-02 19:18 GMT+02:00 chiasa.men : > > Hi, > > my apache is behind a squid proxy which is configured like that: > > https_port 3128 accel cert=/cert.pem key=/cert.key defaultsite= > > ww1.example.com > > vhost > > acl ser

[users@httpd] problems with apr-iconv and mod_dav with special chars

2017-05-12 Thread Daniel Betz
Hey all, dont know if im right here, so i will quick ask my question here. In the german language are this annoying special chars and umlauts: äöü... Problem is, that when an user saves an file with these umlauts, and connects over webdav to the apache, then the umlauts are not readable and the

Re: [users@httpd] cgi script error output logging

2017-05-12 Thread Petr Gajdos
On Fri, May 12, 2017 at 09:16:29AM +0200, Petr Gajdos wrote: > Hi, > > On Thu, May 11, 2017 at 08:07:28AM +, KASPAR Sandro wrote: > > Hi suomi, > > > > > > Thank you for your answer. Unfortunately I am not using php-fpm but fcgid. > > As > > JFYI, simple example [0] had shown that for me

Re: [users@httpd] cgi script error output logging

2017-05-12 Thread Petr Gajdos
Hi, On Thu, May 11, 2017 at 08:07:28AM +, KASPAR Sandro wrote: > Hi suomi, > > > Thank you for your answer. Unfortunately I am not using php-fpm but fcgid. As JFYI, simple example [0] had shown that for me it does work with mod_cgi (tested with 2.4.25). Petr [0] https://github.com/pgajdo