[Zope] using apache as proxy for file downloads
Dieter Maurer
dieter@handshake.de
Sat, 18 Jan 2003 22:49:44 +0100
Asad Quraishi wrote at 2003-1-17 16:55 -0500:
> Zope handles the downloads of large files pretty poorly - at least
> that's my experience in its standard config. Someone had mentioned
> using apache as a proxy for file downloads. Can anyone point me in the
> right direction for accomplishing this?
Let Apache serve them as static files.
Maybe, use "LocalFS" or "ExtFile"/"ExternalFile" when you
want to manage them via Zope.
Dieter