Submit Hint Search The Forums LinksStatsPollsHeadlinesRSS
14,000 hints and counting!


Click here to return to the 'Correction' hint
The following comments are owned by whoever posted them. This site is not responsible for what they say.
Correction
Authored by: mblythe on Dec 05, '03 06:01:04PM
After submitting this hint, I found that using this as a PerlTransHandler can interfere with static file retrieval. Changing it to a PerlHeaderParserHandler still solves the original mod_perl problem without causing any others (as far as I can tell).

PerlHeaderParserHandler "sub { tie *STDOUT, 'Apache' unless tied *STDOUT; }"


[ Reply to This | # ]