Re: AW: STDOUT Problem migrating a site to mod_perl

2019-09-23 Thread Thomas Kenyon
On 23/09/2019 14:31, Andreas Mock wrote: Hi Thomas, why not implementing the follwoing steps. 1) create tmp file. 2) convert to tmp file 3) if everything worked fine reading file, setting appropriate headers and print content and afterwards delete tmp file. 4) if something went wrong you can s

AW: STDOUT Problem migrating a site to mod_perl

2019-09-23 Thread Andreas Mock
Hi Thomas, why not implementing the follwoing steps. 1) create tmp file. 2) convert to tmp file 3) if everything worked fine reading file, setting appropriate headers and print content and afterwards delete tmp file. 4) if something went wrong you can send an error page with appropriate headers