20 Jan
2000
20 Jan
'00
1:04 a.m.
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