Re: [RELEASE CANDIDATE] Apache-Test-1.32 RC1

2010-04-13 Thread Michael Ludwig
Fred Moyer schrieb am 13.04.2010 um 13:41:08 (-0700): > Please take a couple minutes to test this release candidate [1] for > Apache::Test 1.32 and report back success or failure. Thanks! Success on Debian 5.0.2: \,,,/ (o o) --oOOo-(_)-oOOo-- [warning] running with n

Re: [RELEASE CANDIDATE] Apache-Test-1.32 RC1

2010-04-13 Thread David Dick
On 14/04/10 06:41, Fred Moyer wrote: Please take a couple minutes to test this release candidate [1] for Apache::Test 1.32 and report back success or failure. Thanks! Changes summary since 1.31: Fix issue with recent feature where lack of libapreq resulted in test failure. [Phillipe M. Chiass

[RELEASE CANDIDATE] Apache-Test-1.32 RC1

2010-04-13 Thread Fred Moyer
Please take a couple minutes to test this release candidate [1] for Apache::Test 1.32 and report back success or failure. Thanks! Changes summary since 1.31: Fix issue with recent feature where lack of libapreq resulted in test failure. [Phillipe M. Chiasson] Added t_{start,read,finish}_file_w

Re: Server Level Global Variable

2010-04-13 Thread Perrin Harkins
On Tue, Apr 13, 2010 at 2:23 PM, Shibi NS wrote: > I have requirement to maintain variables at server level say a > counter(something like server restart count) variable and time date, so if > particular event(say die on request handler) this counter increments by one > and time date variable upda

Re: Server Level Global Variable

2010-04-13 Thread Michael Ludwig
Shibi NS schrieb am 13.04.2010 um 23:53:18 (+0530): [Server Level Global Variable] > I have requirement to maintain variables at server level say > a counter(something like server restart count) variable and > time date So you're aware of Apache2::ServerUtil#restart_count ? > so if particular ev

Re: accessing environment variables set by other modules

2010-04-13 Thread Chris Datfung
On Tue, Apr 13, 2010 at 6:34 PM, Fred Moyer wrote: > Correct me if I'm wrong, but don't you need to do this: > > PerlPassEnv TE > > in your httpd.conf? > > Hey Fred, That looks correct and I added PerlPassEnv to the virtual host config, but I still don't see the word 'TEST' when accessing http:/

Server Level Global Variable

2010-04-13 Thread Shibi NS
I have requirement to maintain variables at server level say a counter(something like server restart count) variable and time date, so if particular event(say die on request handler) this counter increments by one and time date variable updated to current system date and time. Is there is any way

Re: accessing environment variables set by other modules

2010-04-13 Thread Fred Moyer
Correct me if I'm wrong, but don't you need to do this: PerlPassEnv TE in your httpd.conf? On Mon, Apr 12, 2010 at 11:44 AM, Chris Datfung wrote: > I want to use mod-perl to edit server responses under certain conditions. My > plan was to use various modules, like mod-setenvif and mod-security

Re: accessing environment variables set by other modules

2010-04-13 Thread Chris Datfung
Thanks mate. Unfortunately neither of those suggestions worked. Any other ideas? Chris On Mon, Apr 12, 2010 at 10:15 PM, Adam Prime wrote: > you might want to take a look at subprocess_env > > > http://perl.apache.org/docs/2.0/api/Apache2/RequestRec.html#C_subprocess_env_ > > I don't think i'v