Hi there, The last time if have tested Streaming with Zope and found out, that streaming only works if i call my Stream directly from Zope like, http://www.foo.com:8080/stream. The problem is, that there is Apache running at port 80, and my SysAdmin kills me if i kill the Apache and let Zope run on Port 80. Now ist there a way to stream Data from Zope through Apache, which means that a can call my stream like http://www.foo.com/zope/stream. I'am working with RESPONSE.write to stream data to the client. Can anyone help to solve this problem ?? thanks as
On Wed, 13 Jun 2001 09:25:08 +0200, Andre Schubert <andre.schubert@geyer.kabeljournal.de> wrote:
The last time if have tested Streaming with Zope and found out, that streaming only works if i call my Stream directly from Zope like, http://www.foo.com:8080/stream. The problem is, that there is Apache running at port 80, and my SysAdmin kills me if i kill the Apache and let Zope run on Port 80. Now ist there a way to stream Data from Zope through Apache, which means that a can call my stream like http://www.foo.com/zope/stream. I'am working with RESPONSE.write to stream data to the client.
Can anyone help to solve this problem ??
How are you gluing apache to zope? if apache is proxying http (as with mod_proxy, or mod_rewrite) then it works fine. Im not sure about pcgi....... Toby Dickenson tdickenson@geminidataloggers.com
participants (2)
-
Andre Schubert -
Toby Dickenson