NOTE: use Perl; is on undef hiatus. You can read content, but you can't post it. More info will be forthcoming forthcomingly.
All the Perl that's Practical to Extract and Report
Stories, comments, journals, and other submissions on use Perl; are Copyright 1998-2006, their respective owners.
SubRequests? (Score:2)
I've just been bitten by something similiar, but the other way around. mod_ssl doesn't set up environment variables until the fixup phase. Unfortunately, I needed them in the PerlAuthenHandler phase. So I had to run a subrequest and look at the environment variables for that instead. This is actually mentioned in the eagle book, but it's only one paragraph in 600+ pages. :-)
-Dom
Reply to This
Re:SubRequests? (Score:2)
Yeah, we already have that in there. At one point some time ago we didn't, but it's been in there for some time now.