26 Sep
2003
26 Sep
'03
8:21 a.m.
Chris Withers wrote:
Jonathan Hobbs wrote:
Did you try without Apache in the mix? Proxying may well do its own buffering
That was the problem! Apache/CGI was buffering the output from zope. As soon as I bypassed Apache/CGI the RESPONSE.write function worked as advertised.
Thanks for the help.
I'd use mod_proxy/mod_rewrite over CGI anyday.
Would be interested to know if this behaves as you expect with that...
I tried something similar about a year ago with mod_proxy, and it failed similarly, IIRC. seb