Can anyone give me some clues as to where to look to diagnose network hangs? Case: Installed Zope today (2.2.0 - sorry, I'm conservative on version revs and typically hang back a couple) and ever since starting to move the site to Zope networking seems to hang... Apache sit's on port 80 w/all static pages Zope is now on port 8080 until the move is completed (then it becomes primary on 80). It's seems to me, to be related to ie5x but I'm not sure... I'll connect from a desktop machine to the zope.machine:8080 and then change to zope.machine:8080/manage, login and almost everytime within a minute or two it'll hang! Just not sure where to start debugging... Ideas? Rick
Apache sit's on port 80 w/all static pages Zope is now on port 8080 until the move is completed (then it becomes primary on 80).
So I was able to narow it down. With Apache now stopped, Zope is running great. I assume there was some arguement between Zope and Apache about who controlled what (?) but with Apache stopped it's solid. Anybody have any ideas? Should I scrap Zserver and do the pcgi patches? (This machine will eventualy host 2 domains so I may have answered my own question). Input please... Rick
Hi, My advice to you is to run Zope and Apache on the same machine, and use Apache as the front-end for Zope. Apache gives much better support for virtual hosts using rewrite and proxy modules. I tried to do these things in Zope, but gave up as the rewrite possibilities in Zope is not very good. I needed to give a domain access two or three levels into a Zope tree, but Zope rewrite operations only allowed me to define virtual hosts one level down in the tree. Please correct me here anyone, if I'm wrong. I have run Apache and Zope under Linux Redhat 6.2, Windows 2000 and Windows NT 4.0 without any problems. Best regards Petter Enholm -----Opprinnelig melding----- Fra: zope-admin@zope.org [mailto:zope-admin@zope.org]På vegne av Rick Munday Sendt: 20. desember 2000 05:38 Til: Zope Emne: [Zope] Re: Network hangs
Apache sit's on port 80 w/all static pages Zope is now on port 8080 until the move is completed (then it becomes primary on 80).
So I was able to narow it down. With Apache now stopped, Zope is running great. I assume there was some arguement between Zope and Apache about who controlled what (?) but with Apache stopped it's solid. Anybody have any ideas? Should I scrap Zserver and do the pcgi patches? (This machine will eventualy host 2 domains so I may have answered my own question). Input please... Rick _______________________________________________ Zope maillist - Zope@zope.org http://lists.zope.org/mailman/listinfo/zope ** No cross posts or HTML encoding! ** (Related lists - http://lists.zope.org/mailman/listinfo/zope-announce http://lists.zope.org/mailman/listinfo/zope-dev )
participants (2)
-
Petter Enholm -
Rick Munday