[Zope-dev] fcgi-mangled images: resolved
Pavlos Christoforou
pavlos@gaaros.com
Thu, 20 Jan 2000 01:02:00 -0500 (EST)
On Wed, 19 Jan 2000, John Edstrom wrote:
> 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.
>
Yes please!
I will be away from tomorrow so I am thanking you in advance.
Pavlos