Mailing List Archive

Re: cvs commit: modperl-docs/src/docs/1.0/guide troubleshooting.pod
> + PerlHeaderParserHandler "sub { tie *STDOUT, 'Apache' unless tied *STDOUT; }"

mod_perl itself doesn't do this until after fixups are run, so perhaps using
a PerlFixupHandler is a bit better?

--Geoff

---------------------------------------------------------------------
To unsubscribe, e-mail: docs-dev-unsubscribe@perl.apache.org
For additional commands, e-mail: docs-dev-help@perl.apache.org
Re: cvs commit: modperl-docs/src/docs/1.0/guide troubleshooting.pod [ In reply to ]
Geoffrey Young wrote:
>> + PerlHeaderParserHandler "sub { tie *STDOUT, 'Apache' unless tied *STDOUT; }"
>
>
> mod_perl itself doesn't do this until after fixups are run, so perhaps using
> a PerlFixupHandler is a bit better?

I can't reproduce that problem, so I don't know what's the best approach.
Just copied something that was reported as working on the modperl list.

--
__________________________________________________________________
Stas Bekman JAm_pH ------> Just Another mod_perl Hacker
http://stason.org/ mod_perl Guide ---> http://perl.apache.org
mailto:stas@stason.org http://use.perl.org http://apacheweek.com
http://modperlbook.org http://apache.org http://ticketmaster.com

---------------------------------------------------------------------
To unsubscribe, e-mail: docs-dev-unsubscribe@perl.apache.org
For additional commands, e-mail: docs-dev-help@perl.apache.org