the note above is the only caveat - Apache2::Status requires either libapreq or CGI.pm, and CGI.pm won't work in it's current state since it uses Apache::-based modules.
I've looked at the source, and I'm puzzled why there's even
a dependency on CGI or apreq2 in there. Looking at the handler's
treatment of the query string, it looks like the raw query string
is (part of) a subroutine name, so it's not in the "name=value" format. For GET, that means CGI and apreq are pretty useless. Is there some clever use of POST data with Apache2::Status?
stas, do you know the history here?
Nope. I just ported it to run to mp2. I didn't add that dependency.
From a quick look it seems that $q is passed to all subs, but it's not used at all. I could be wrong though.
-- __________________________________________________________________ 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]
