Re: [mp2] insideOut mp.

2006-07-12 Thread Scott Penrose
On 13/07/2006, at 8:33, Ali ISIK wrote: Hi, folks, I need some mod_perl wisdom regarding the current situation with inside-out classes. I am trying to compare, in particular, the following two: Class::Std Object::InsideOut I can see that O::I has advantages in o thread safety

[mp2] insideOut mp.

2006-07-12 Thread Ali ISIK
Hi, folks, I need some mod_perl wisdom regarding the current situation with inside-out classes. I am trying to compare, in particular, the following two: Class::Std Object::InsideOut I can see that O::I has advantages in o thread safety o (at least partial) foreign-inheritance

Re: [ANNOUNCE] Apache-SizeLimit 0.90

2006-07-12 Thread Geoffrey Young
Dave Rolsky wrote: > I'm quite excited to announce the first release of Apache::SizeLimit > independent of the mod_perl 1.x core. Thanks to Geoff Young, Perrin > Harkin, and Phil G for all their help with the work that went into > making this happen. you deserve the credit for taking the initiativ

Re: [ANNOUNCE] Apache-SizeLimit 0.90

2006-07-12 Thread Perrin Harkins
On Wed, 2006-07-12 at 15:33 -0500, Dave Rolsky wrote: > Sometimes my fingers get ahead of my brain, or is that vice versa? No problem. Thanks for getting this release out. - Perrin

Re: [ANNOUNCE] Apache-SizeLimit 0.90

2006-07-12 Thread Dave Rolsky
On Wed, 12 Jul 2006, Dave Rolsky wrote: I'm quite excited to announce the first release of Apache::SizeLimit independent of the mod_perl 1.x core. Thanks to Geoff Young, Perrin Harkin, s/Harkin/Harkins/ and Phil G for all their help with the work that went into making this s/G/Gollucci/ S

[ANNOUNCE] Apache-SizeLimit 0.90

2006-07-12 Thread Dave Rolsky
I'm quite excited to announce the first release of Apache::SizeLimit independent of the mod_perl 1.x core. Thanks to Geoff Young, Perrin Harkin, and Phil G for all their help with the work that went into making this happen. file: $CPAN/authors/id/D/DR/DROLSKY/Apache-SizeLimit-0.9.tar.gz si

Re: How to get current DocumentRoot for VirtualHost in Config Handler

2006-07-12 Thread Philip M. Gollucci
Fred Moyer wrote: > I don't see a $s->document_root method in Apache2::ServerRec which is > where I would expect to see it... but try the above examples and see if > those help. t/response/TestVhost/config.pm (contains example usage) Aren't tests great !!! xs/maps/modperl_functions.map: mpxs_Apach

Re: How to get current DocumentRoot for VirtualHost in Config Handler

2006-07-12 Thread Fred Moyer
Christian Wetzig wrote: Hi, i have an config handler like in http://perl.apache.org/docs/2.0/user/config/custom.html#Creating_and_Using_Custom_Configuration_Directives is it somehow possible to lookup the current DocumentRoot from within a directive handler like the following sub MyParameter

How to get current DocumentRoot for VirtualHost in Config Handler

2006-07-12 Thread Christian Wetzig
Hi, i have an config handler like in http://perl.apache.org/docs/2.0/user/config/custom.html#Creating_and_Using_Custom_Configuration_Directives is it somehow possible to lookup the current DocumentRoot from within a directive handler like the following sub MyParameter { my ($self, $parms