On Tue, 4 Jun 2002, Stas Bekman wrote:
> I haven't finished porting the registry family. When I'm done there will
> be no need for Apache::compat to run ModPerl::Registry. Why would you need
> to know whether you are running under Apache::Registry or
> ModPerl::Registry? they are absolutely the same from the point of scripts.
> Or are you talking about something else?
gerald is talking about configuring the httpd.conf to use one or the other
for testing. one thing we could do is have modperl add a MODPERL2 define
internally, as if the server has been started with -DMODPERL2. that can
be used with <IfDefine MODPERL2> in .conf files and with
if Apache->define("MODPERL2") in perl code.
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]