On Tue, 9 Apr 2002, Stas Bekman wrote:

> Are we going to add the Apache::Server->pool function? we already have 

no.  but we can enable Apache::Server->process->{pconf,pool}

> the C code: modperl_sv2pool. I need it for RegistryLoader in 
> server_root_relative(). I see the item of using pconf in startup, but 
> why not Apache::Server->pool via modperl_sv2pool? I suppose that's 
> because now we may have different servers, right?

you can already do this thanks to modperl_sv2pool:

Apache::server_root_relative(undef, "logs");
Apache::server_root_relative(Apache->server, "logs");
Apache::server_root_relative('Apache::Server', "logs");
 
> Also I forgot, what's the alternative to %args=$r->args, which is 
> deprecated in 2.0? Apache::Request?

i have no idea.  all i know is $r->args parsing does not belong where it 
did in modperl 1.x.



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to