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 some

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? M

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 sen

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. Shou

Re: [ RFC ] New Module Apache::SessionManager

2000-10-29 Thread Gunther Birznieks
How long have you been a member of sourceforge and when was the project created? Sometimes it takes changes (eg giving you access to the project directory with write permissions) the famous 6 hour wait for their cluster of machines to get up to date. You know that you are the default project

Re: how to really bang on a script?

2000-10-29 Thread Adi
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. CPAN is your f

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 number

Re: [ RFC ] New Module Apache::SessionManager

2000-10-29 Thread Greg Cope
Gunther Birznieks wrote: > > How long have you been a member of sourceforge and when was the project > created? 7 days ago I am the admin - its called - wait for the great supprise - Session Manager > > Sometimes it takes changes (eg giving you access to the project directory > with write pe

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 ByAg

[ ANNOUNCE ] Apache::SessionManager-0.06

2000-10-29 Thread Greg Cope
Dear All I've finally got a tar ball onto sourceforge (but that's another [OT] story ;-) Announcing Apache::SessionManager. For those that do not know this is a (near) Transparent Session Manager module - it will get (and optionally set) a Session ID from a client request. It does no more that

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: SESSION=cb74254c1de96365e91fa6d6d481

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 > > benchma

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 s

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 red

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

maximum (practical) size of $r->notes

2000-10-29 Thread Todd Finney
This is a follow-up on a question that I asked a couple of months ago. The subject was "executing a cgi from within a handler (templating redux)", dated 8/23/00. The gist of the matter is that we need a handler which will serve html pages ('content files') inside of other html files ('templa

Apache::DB and core dump

2000-10-29 Thread Marek W
Do you possibly know what could have caused this error while trying to run this module. I use Linux RH 6.2. and mod_perl 1.23 Mark

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