Re: mod perl hosting

2004-10-08 Thread Charlie Garrison
Good afternoon, On 7/10/04 at 11:05 AM -0400, Kurt Hansen <[EMAIL PROTECTED]> wrote: >Sean T Allen wrote: >> can anyone point me in the direction of good hosting sites for dedicated >> mod-perl, mysql apache hosting companies > >I just did this search a few months back. There were 4 I liked:

all about timeouts?

2004-10-08 Thread justin
Are there any config variables for setting and controlling timeouts when no new data has been seen (up or down) for X seconds during a get or a post, vs just plain absolute clock timeouts? And what about request phase timeouts? I'm using the normal front/end back/end mod_rewrite/mod_proxy if that

Re: Apache::PerlRun - Constant subroutine redefined

2004-10-08 Thread Philippe M. Chiasson
Stas Bekman wrote: David Radunz wrote: Hi All, I have looked high and low to work out how to avoid the 'Constant subroutine redefined' warnings in the error log, followed by the 'Prototype missmatch:' error upon subsequent hits to the apache child process - but, I have not been able to find an ea

Re: compilation failure with mod_perl-1.99_16 on OpenBSD 3.4

2004-10-08 Thread Philippe M. Chiasson
Stas Bekman wrote: Kristian Elof Sørensen wrote: Hi Compiling mod_perl-1.99_16 on OpenBSD 3.4 on x86 hardware with apache 2.0.52 # perl Makefile.PL MP_APXS=/var/www2/bin/bin/apxs MP_INST_APACHE2=1 completes # make fails after several minutes of compilation, the last lines being: [...] make: don't

Re: [mp2] Handler Order

2004-10-08 Thread Joe Orton
On Fri, Oct 08, 2004 at 02:42:49PM +0200, Torsten FÃrtsch wrote: > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA1 > > Hi, > > I know one can specify the handler invocation order of the request phases. But > how to do it? > > My problem is, I want to know if a request came in over http or https

Re: [mp2] Handler Order

2004-10-08 Thread Geoffrey Young
Torsten Förtsch wrote: > Hi, > > I know one can specify the handler invocation order of the request phases. But > how to do it? > > My problem is, I want to know if a request came in over http or https in the > fixup phase. With mp1 I had configured by the LoadModule order that a > mod_perl

[mp2] Handler Order

2004-10-08 Thread Torsten Förtsch
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi, I know one can specify the handler invocation order of the request phases. But how to do it? My problem is, I want to know if a request came in over http or https in the fixup phase. With mp1 I had configured by the LoadModule order that a mod