Philippe M. Chiasson wrote:
On Tue, 2003-01-28 at 09:01, Stas Bekman wrote:

Randy J. Ray wrote:

Any indication of when/if these features will make it to mp2? I've been trying to get my RPC::XML code (specifically the Apache::RPC::Server and Apache::RPC::Status modules) to work under Apache2 and mod_perl2 (thanks to Red Hat for pushing up my timetable on this by installing those).
I guess Philippe can comment on the <Perl > sections part, I think it should be in RSN. What about method handlers? What's wrong with them?

Well, <Perl > sections are mostly done, except for :

* Apache::PerlSections missing features for backwards compatibility:
 - $Apache::Server::SaveConfig
 - $Apache::ReadConfig::DocumentRoot
 - $Apache::Server::StrictPerlSections
 - Apache::PerlSections->store(filename)
->dump? Apache::Status has:

sub status_section_config {
    my($r, $q) = @_;
    require Apache::PerlSections;
    ["<pre>", Apache::PerlSections->dump, "</pre>"];
}

__________________________________________________________________
Stas Bekman            JAm_pH ------> Just Another mod_perl Hacker
http://stason.org/     mod_perl Guide ---> http://perl.apache.org
mailto:[EMAIL PROTECTED] http://use.perl.org http://apacheweek.com
http://modperlbook.org http://apache.org   http://ticketmaster.com


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

Reply via email to