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...
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.
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
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
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
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
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
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
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
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,
> >
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
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
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
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
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
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
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
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
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
19 matches
Mail list logo