> 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... :-)
cool. > > However, handler still doesn't have access to %ENV's additional vars (but this > isn't a really problem for me). well, they shouldn't. %ENV is not tied to $r->subprocess_env such that %ENV and $r->subprocess_env always look the same. for handlers, you have access to $r->subprocess_env, or you have the ability to call $r->subprocess_env in a void context to forcefully populate %ENV (or at least you do now with the patch - previously you could only force population once). > Really, I didn't know the existence of this skeleton... :-( > My future report will be a package :-) excellent :) --Geoff --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
