[Zope] FTP access with FastCgi Apache

Tino Wildenhain tino@wildenhain.de
Tue, 29 Oct 2002 20:51:29 +0100


Hi Daniel,

--On Dienstag, 29. Oktober 2002 13:56 +0000 "Hollweg, Daniel" 
<daniel.hollweg@eds.com> wrote:

> Hi everybody,
>
> I have the problenm that after installing Zope with Apache
> it is not possible to accesss the Zope folders with an ftpclient
> because there is no python server which handles these requests.
>
> What can I do in order to make ftp access possible. <-- "?" ;)

just dont use FastCGI. Most people are using
ZServer and Apache with mod_proxy/mod_rewrite,
or alternatively ZServer with squid.

See documentation on VirtualHostMonster and friends for hints
or search list archive

Good luck
Tino