[Zope-dev] fcgi-mangled images: resolved
John Edstrom
edstrom@Poopsie.hmsc.orst.edu
Wed, 19 Jan 2000 17:04:22 -0800 (PST)
I found why fasctcgi was mangling images and large data files from
Apache on DEC Unix. It was a problem with mod_fastcgi where it used
int position counters for the input buffer where it needed longs. All
that is necessary is to change some 'int's to 'size_t's in a few files
and everything works.
I have patches for the Oct 6 mod_fastcgi SNAP if anyone wants them.
--
John Edstrom