25 Sep
2003
25 Sep
'03
11:56 a.m.
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... Chris