On Tue, 9 Oct 2001, Stas Bekman wrote:
> With what we have now, I cannot do:
> Apache->server->dir_config('ModPerl::RegistryCooker::DEBUG'),
> or do I?
you do now :)
> Is Apache->server or its variation planned, because I cannot find it in
> todo/.
anything that existed in 1.x and is not implemented in 2.0 should be
somewhere in todo/, feel free to add anything else you see is missing.
> I realize that now we can have more than one server, so it
> probably should be different but at least how do I get to the main
> server's object from modperl code when you don't have $r
this is no different from 1.x, Apache->server returns the base server in
both versions. if you want a vhost host, you need to find it with
Apache->server->next. and of course during the request, $r->server will
point to the vhost serving the request.
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]