RE: [us...@httpd] mod_proxy_ajp (2.2.13) + Tomcat 6.0.20 - APR does not understand this error code: proxy: read response failed

2009-11-02 Thread Ryan Murray
-Original Message- From: Damian Traverso [mailto:damian.trave...@vostu.com] Sent: Sunday, November 01, 2009 4:59 PM To: users@httpd.apache.org Subject: Re: [us...@httpd] mod_proxy_ajp (2.2.13) + Tomcat 6.0.20 - APR does not understand this error code: proxy: read response failed Hi, fir

RE: [us...@httpd] 503 status seems to get cached - how do I disable caching?

2009-06-10 Thread Ryan Murray
when Tomcat is back up. Ryan Murray elementn^n -Original Message- From: Jenny Brown [mailto:skyw...@gmail.com] Sent: Wednesday, June 10, 2009 12:43 AM To: users@httpd.apache.org Subject: Re: [us...@httpd] 503 status seems to get cached - how do I disable caching? Ok, I tried testing fo

RE: [EMAIL PROTECTED] change BalancerMember status if servlet fails

2008-10-24 Thread Ryan Murray
> > - Original Message > From: André Warnier <[EMAIL PROTECTED]> > To: users@httpd.apache.org > Sent: Friday, October 24, 2008 2:42:58 AM > Subject: Re: [EMAIL PROTECTED] change BalancerMember status if servlet fails > > Chris Kemper wrote: > [...] > > > > > My question: If the servlet

RE: [EMAIL PROTECTED] lbmethods in mod_proxy_balancer

2008-05-30 Thread Ryan Murray
> > Ryan Murray wrote: > > IMHO LB is not at all a long-term action - if my LB worked like current > > world stock market I'd return it to the vendor! Knowing that _over > time_ my > > "n" clustered servers did the same amount of work is not nearly as &

RE: [EMAIL PROTECTED] lbmethods in mod_proxy_balancer

2008-05-30 Thread Ryan Murray
> -Original Message- > From: Jim Jagielski [mailto:[EMAIL PROTECTED] > Sent: Friday, May 30, 2008 3:51 PM > To: users@httpd.apache.org > Subject: Re: [EMAIL PROTECTED] lbmethods in mod_proxy_balancer > > > On May 29, 2008, at 5:38 PM, andrzej wrote: > > > Hi, > > > > module mod_proxy_bal

[EMAIL PROTECTED] RE: [Bulk] Re: [EMAIL PROTECTED] Apache ssl not working

2007-05-29 Thread Ryan Murray
> > > > Is it possible to reject messages with attachments to this > mailing list? > > Some of us are still on lower bandwidth connections and > apparently not > > everyone uses their head before sending > > > > uhm, gmail has a truncator. > Uhm, I'm downloading via POP3 - what does gm

RE: [EMAIL PROTECTED] Apache ssl not working

2007-05-29 Thread Ryan Murray
Kind list maintainers- Is it possible to reject messages with attachments to this mailing list? Some of us are still on lower bandwidth connections and apparently not everyone uses their head before sending Kirthi- Given the utter thoughtlessness of your posts it's hard to immagine you woul

RE: [EMAIL PROTECTED] Apache 2.2 and proxy_balancer - tcp session pipelining

2007-05-13 Thread Ryan Murray
Hi Andy > Hi, Ryan > > On 11 May 2007, at 15:46, Ryan Murray wrote: > > >> Now, what I want to do this time is configure my reverse proxy > >> server to open several connections to each of the back end worker > >> servers when the proxy star

[EMAIL PROTECTED] RE: [Bulk] [EMAIL PROTECTED] Apache 2.2 and proxy_balancer - tcp session pipelining

2007-05-11 Thread Ryan Murray
ll actually open connections to the backend. If you want to avoid this issue and limit the conenctions to the backend you can use the "Worker" MPM which is multithreaded. In this case the "max" for the balancer should be respected. Ryan Murray managing director element^n b

RE: [EMAIL PROTECTED] apache pass ssl+http to tomcat

2007-05-01 Thread Ryan Murray
rward the SSL-decrypted connection from Apache to a different HTTP connector (ie different port) on Tomcat which only accepts connection from Apache. On this HTTP connector set "isSecure" to true. Then your application should only redirect back to https if the the connection is on the other

RE: [EMAIL PROTECTED] mod_proxy_balancer

2007-04-20 Thread Ryan Murray
Christian, Unless I misundertsood your question, this is typically done using the "jvmRoute" parameter in the Tomcat configuration (check the Tomcat docs for how to use this parameter). In this way, session IDs are suffxied with a unique id for each Tomcat and clients are always routed to the sam

RE: [EMAIL PROTECTED] Sticky sessions with proxy_balancer

2007-03-22 Thread Ryan Murray
ontinues to split the requests across both servers rather than staying on one server. I know with a F5 BIGIP you call the cookies by a certain name and set the values to an encoding of their ip and port. Any ideas? Thanks, Ryan (The True Lesser) Ryan Murray wrote: > Ryan- > > Yes it

RE: [EMAIL PROTECTED] Sticky sessions with proxy_balancer

2007-03-21 Thread Ryan Murray
Ryan- Yes it works for sure in httpd-2.2.4 but pay attention that this parameter is case sensitive. So if your cookie is "JSESSIONID" it must be written in upper case like this in the config file. Note for Java the cookie is "JESESSIONID" whereas the path parameter is ";jsessionid" (lc) and mod_

[EMAIL PROTECTED] httpd mod_proxy_balancer sessionid detection and Java Servlet Spec JSESSIONID requirements

2007-03-06 Thread Ryan Murray
jk and the mod_proxy_balancer AJP support? In particular, are these projects ever going to be merged or will they remain separate? There are many mod_jk "features" (controlled by the Jk* directives) which I don't see documented in the mod_proxy_ajp install and configuration docs. Best regards