Preestablish database connection during httpd process startup--HOWTO??

2005-11-16 Thread KartheeK
Hello Everybody,  I am Using a Trouble ticketing System- OTRS it is running on mod_perl, I am trying to configure " Preestablish datababase connections" During httpd process startup: I have configured the "apache2-perl-startup.pl" as follows: use Apache (); use

Re: special proxy mp handler

2005-11-16 Thread JT Smith
You rock! Thank you very much. On Wed, 16 Nov 2005 15:58:40 -0800 "Philippe M. Chiasson" <[EMAIL PROTECTED]> wrote: JT Smith wrote: I'd like to write a handler that would serve big files out of a local cache but proxy everything else through to another server. The situation is that there is a

Re: special proxy mp handler

2005-11-16 Thread Philippe M. Chiasson
JT Smith wrote: > I'd like to write a handler that would serve big files out of a local > cache but proxy everything else through to another server. The situation > is that there is an extranet in the US, but a lot of folks in New > Zealand need access to the file downloads. I don't want to replica

Re: Undefined Value error

2005-11-16 Thread Philippe M. Chiasson
Philippe M. Chiasson wrote: > Brenda Washington wrote: > >>I'm getting this error when running a test in mod_perl. I've looked at the >>httpd.conf file and I can't figure out >>what's causing this error, or how to fix it. How do I re-define the value at >>line 2107? This problem has possibly b

special proxy mp handler

2005-11-16 Thread JT Smith
I'd like to write a handler that would serve big files out of a local cache but proxy everything else through to another server. The situation is that there is an extranet in the US, but a lot of folks in New Zealand need access to the file downloads. I don't want to replicate the whole installa

Re: Detecting request cancellation behind proxy servers

2005-11-16 Thread Perrin Harkins
On Thu, 2005-11-17 at 09:02 +1000, Badai Aqrandista wrote: > Actually, the locking I meant is the Apache::Session's lock. I am guessing > that A::S lock blocks the second page to be loaded if the first page hasn't > finished loading. I know, but you don't have to use that if you are storing the

Re: Detecting request cancellation behind proxy servers

2005-11-16 Thread Badai Aqrandista
On Wed, 2005-11-16 at 10:11 +1000, Badai Aqrandista wrote: > But I need to know if a request has been cancelled. The problem is that I > need to release the session lock when someone click submit button before the > page is fully loaded, otherwise the next page won't load because it is > wait

Re: Undefined Value error

2005-11-16 Thread Philippe M. Chiasson
Brenda Washington wrote: > I'm getting this error when running a test in mod_perl. I've looked at the > httpd.conf file and I can't figure out > what's causing this error, or how to fix it. How do I re-define the value at > line 2107? > > [Tue Nov 15 14:36:14 2005] [info] 0 APR:: modules loaded

Undefined Value error

2005-11-16 Thread Brenda Washington
I'm getting this error when running a test in mod_perl. I've looked at the httpd.conf file and I can't figure out what's causing this error, or how to fix it. How do I re-define the value at line 2107? [Tue Nov 15 14:36:14 2005] [info] 0 APR:: modules loaded [Tue Nov 15 14:36:14 2005] [info] ba

Re: Detecting request cancellation behind proxy servers

2005-11-16 Thread Perrin Harkins
On Wed, 2005-11-16 at 10:11 +1000, Badai Aqrandista wrote: > But I need to know if a request has been cancelled. The problem is that I > need to release the session lock when someone click submit button before the > page is fully loaded, otherwise the next page won't load because it is > waiting

[ANNOUNCE] Cache::Mmap 0.09

2005-11-16 Thread Peter Haworth
The uploaded file Cache-Mmap-0.09.tar.gz has entered CPAN as file: $CPAN/authors/id/P/PM/PMH/Cache-Mmap-0.09.tar.gz size: 21463 bytes md5: fef44673771a0f1f14982ae719f57221 This is a bugfix release, especially for users of operating systems which enforce mmap()'s specified behaviour o