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