On Wed, 28 Jan 2004 09:47:35 -0500 Geoffrey Young <[EMAIL PROTECTED]> wrote:
Hi Geoff, > the exchange between the subprocess_env table and %ENV only happens once > per-request. to me, it looks like this once is on the first Perl*Handler > callback. for the most part, I think this is ok, since handlers always have > access to $r->subprocess_env anyway. but for Registry I guess it's problematic. > > so, try this (untested) patch and see if it helps. Thanks, I've applied this patch and it seems to solve Registry problems: it populates %ENV with additional vars. Moreover CGI/mod_cgi, SSI (and so on) work fine... :-) However, handler still doesn't have access to %ENV's additional vars (but this isn't a really problem for me). > > > > I attached a little tar.gz package with complete scripts, MP handlers, and > > Apache conf (MP 1 & 2) files I used in order to easily reproduce my tests. > > this is great! however, I'd suggest you use the bug skeletons we provde so > that all we need to do is run 'make test' > > http://perl.apache.org/~geoff/bug-reporting-skeleton-mp2.tar.gz > http://perl.apache.org/~geoff/bug-reporting-skeleton-mp1.tar.gz > http://perl.apache.org/docs/2.0/user/help/help.html#Problem_Description > My apologies! Really, I didn't know the existence of this skeleton... :-( My future report will be a package :-) by - Enrico --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
