DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT <http://issues.apache.org/bugzilla/show_bug.cgi?id=28903>. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.
http://issues.apache.org/bugzilla/show_bug.cgi?id=28903 Hooks to add environment variables to CGI and other scripted content handlers ------- Additional Comments From [EMAIL PROTECTED] 2004-05-11 19:10 ------- Ok. I still see a couple of issues: - why do we need *two* hooks? as far as I can see, one would be enough (after all variables are set) - in such a general function that is called from arbitrary pieces of code, the hook would be misplaced. If you want to modify variables that are inherited to the CGI, I think a better place for that hook would be in mod_cgi itself (And with r as parameter, since you need to get the information from somewhere). Such as "ap_run_fixup_cgi_env". How does this sound? --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
