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. Regards Daniel
Hollweg, Daniel writes:
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?
There is Zope and its FTP server. Why can you not access it? Dieter
Hi Dieter, --On Dienstag, 29. Oktober 2002 20:44 +0100 Dieter Maurer <dieter@handshake.de> wrote:
Hollweg, Daniel writes:
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?
There is Zope and its FTP server. Why can you not access it?
Its hidden in the subject: FastCgi :-) Regards Tino
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
participants (3)
-
Dieter Maurer -
Hollweg, Daniel -
Tino Wildenhain