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
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
participants (2)
-
John Edstrom -
Pavlos Christoforou