Fixing GetStreamSize w/Linux + Apache 1.0.5
David Sklar (sklar@student.net)
Wed, 3 Jul 1996 08:43:32 -0400 (EDT)
Date: Wed, 3 Jul 1996 08:43:32 -0400 (EDT)
From: David Sklar <sklar@student.net>
To: fastcgi-developers@openmarket.com
Subject: Fixing GetStreamSize w/Linux + Apache 1.0.5
Message-Id: <Pine.LNX.3.91.960703084115.26938A-100000@juan-epstein.student.net>
So all over http://www.fastcgi.com it tells me that I need to change
GetStreamSize to use fastcgi with Linux and Apache < 1.1. Yet it doesn't
tell me how. I've poked through many header files, but I can't find the
proper element of the FILE structure to replace in the line
return fp->_cnt;
in mod_fastcgi.c.
Any thoughts?
thanks.
-dave