Re: Connection Pooling / TP Monitor

2000-10-29 Thread Gunther Birznieks
I guess part of the question is what is meant by "balanced" with regard to the non-apache back-end servers that was mentioned? I am also concerned that the original question brings up the notion of failover. mod_backhand is not a failover solution. Backhand does have some facilities to do

Re: Connection Pooling / TP Monitor

2000-10-29 Thread G.W. Haywood
Hi guys, On Mon, 30 Oct 2000, Gunther Birznieks wrote: At 09:24 AM 10/29/00 +, Matt Sergeant wrote: On Sat, 28 Oct 2000, Les Mikesell wrote: Load balncing, failover, etc. Really useful stuff guys, how about when you write messages like this putting in some (full) URIs for reference?

Re: Connection Pooling / TP Monitor

2000-10-29 Thread David Hodgkinson
Gunther Birznieks [EMAIL PROTECTED] writes: I am also concerned that the original question brings up the notion of failover. mod_backhand is not a failover solution. Backhand does have some facilities to do some failover (eg ByAge weeding) but it's not failover in the traditional sense.

Re: [ RFC ] New Module Apache::SessionManager

2000-10-29 Thread Greg Cope
Matt Sergeant wrote: On Wed, 25 Oct 2000, Gerald Richter wrote: I have three anonations: 1.) $r-header_out(Location = $r-uri()); Also this code works with most browsers it doesn't conform to the HTTP specs. A location header must include a host part. Shouldn't be to hard add

Re: [ RFC ] New Module Apache::SessionManager

2000-10-29 Thread Greg Cope
darren chamberlain wrote: Greg Cope ([EMAIL PROTECTED]) said something to this effect: $r-header_out(Location = 'http://' . $r - server - server_hostname . $r-uri()); Seems easy - will add it in. It's not that simple, of course -- you need to maintain port numbers and all that. I

Re: Connection Pooling / TP Monitor

2000-10-29 Thread Gunther Birznieks
At 12:21 PM 10/29/00 +, David Hodgkinson wrote: Gunther Birznieks [EMAIL PROTECTED] writes: I am also concerned that the original question brings up the notion of failover. mod_backhand is not a failover solution. Backhand does have some facilities to do some failover (eg ByAge

Re: [ ANNOUNCE ] Apache::SessionManager-0.06

2000-10-29 Thread Bill Moseley
At 05:24 PM 10/29/00 +, Greg Cope wrote: Announcing Apache::SessionManager. Hi Greg, Here's a couple of other comments. Don't forget to keep track of args on redirects: GET /a5cc39a8c110566e41b5b8efafc2a055/index.html/abc/123?query=abc http/1.0 Cookie:

Re: how to really bang on a script?

2000-10-29 Thread Christopher L. Everett
Adi wrote: martin langhoff wrote: Chris, i'd bet my head a few months ago someone announced an apache::bench module, that would take a log and run it as a benchmarking secuence of HTTP requests. just get to the list archives and start searching with benchmarks and logs.

Out Of Memory While Running Apache_OWA

2000-10-29 Thread Mark Kirkwood
Dear list, I am getting this error "Out of memory during large request for - bytes at OWA.pm line 347" in the Apache error log when attempting to run any Oracle PLSQL procedure. Even trivial procedures like : procedure hello is begin htp.p('hello'); end; give the above error. There

Re: Apache::GzipChain

2000-10-29 Thread G.W. Haywood
Hi again, On Sat, 28 Oct 2000, G.W. Haywood wrote: On Sat, 28 Oct 2000, Jerrad Pierce wrote: Is anybody using GzipChain? IIRC, Josh said he was. There are apparently some problems with IE claiming to support it and then not supporting it. Quote from Josh, edited to preserve anonimity:

[ ANNOUNCE ] Apache::SessionManager-0.07

2000-10-29 Thread Greg Cope
Bill Moseley wrote: At 05:24 PM 10/29/00 +, Greg Cope wrote: Announcing Apache::SessionManager. Hi Greg, Here's a couple of other comments. I should have mentioned that this was my first bit of public code - and to be gentle .. Don't forget to keep track of args on redirects:

Re: [ ANNOUNCE ] Apache::SessionManager-0.07

2000-10-29 Thread Gunther Birznieks
At 01:31 AM 10/30/2000 +, Greg Cope wrote: [...snip...] And don't forget about the use of DirectoryIndex: GET /index.html http/1.0 HTTP/1.1 302 Found == here's your redirect Now this gets through: GET / http/1.0 Hum ... Nice one - I had not tried this It took me a

Re: Connection Pooling / TP Monitor

2000-10-29 Thread Matt Sergeant
On Sat, 28 Oct 2000, Les Mikesell wrote: Is there any way to tie proxy requests mapped by mod_rewrite to a balanced set of servers through mod_backhand (or anything similar)?Also, can mod_backhand (or any alternative) work with non-apache back end servers?I'm really looking for a way