[Thilo Mezger, on Mon, 20 Dec 1999] :: i have zope-2.1 / apache-1.3.6 running on a production machine :: with mod_fastcgi and it's very, very stable - no problems at all :: with this set up. :: :: but i tried to set up zope-2.1(.1) / apache-1.3.9 on a freshly installed :: red hat linux 6.1 but couldn't get it running with a named pipe at all :: ("connection refused" and stuff) but it works with tcp/ip but not 100% :: reliable. :: :: sometimes, i get this "broken pipe" message in my zserver log :: :: 1999-12-20T07:20:36 ERROR(200) ZServer uncaptured python exception, closing chan :: nel <FCGIChannel connected 127.0.0.1:3596 at 881b6a0> (socket.error:(32, 'Broken :: pipe') [/usr/local/lib/Zope-2.1.1-src/ZServer/medusa/asynchat.py|initiate_send| :: 211] [/usr/local/lib/Zope-2.1.1-src/ZServer/medusa/asyncore.py|send|237]) :: :: very strange... Yes. I'm going round in circles tryng to overcome similar problems. It's really looking like maybe RH 6.1 and Zope 2.1.1 are ganging up on FastCGI. :>( With either the socket or TCP port method, I can see http://localhost/z, but I cannot get authorization to work for http://localhost/z/manage (although superuser/password works for http://localhost:8080/manage). Both Apache and ZServer are running as nobody. var, logs permissions, etc. all look fine. So this raises a question -- has *anyone* been able to get this particular combination to work?: * RedHat Linux 6.1 (Intel) * Apache 1.39-4 * FastCGI 2.2.3 * Zope 2.1.1