Re: AW: STDOUT Problem migrating a site to mod_perl

2019-09-23 Thread Thomas Kenyon
out through stdout through the command line, and it works fine. -Ursprüngliche Nachricht- Von: Thomas Kenyon Gesendet: Montag, 23. September 2019 14:52 An: modperl@perl.apache.org Betreff: STDOUT Problem migrating a site to mod_perl I have run into an odd problem when migrating a

STDOUT Problem migrating a site to mod_perl

2019-09-23 Thread Thomas Kenyon
I have run into an odd problem when migrating a site to use mod_perl. The script in question, builds some postscript into a variable, then uses psconvert (from Postscript::Convert) to change that into a png and sends that back to the webserver. (headers are set up earlier in the script). Thi