[Zope] Network hangs

2000-12-18 Thread Rick Munday

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


___
Zope maillist  -  [EMAIL PROTECTED]
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 )




[Zope] Re: Network hangs

2000-12-19 Thread Rick Munday

> 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  -  [EMAIL PROTECTED]
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 )




[Zope] Precompiled w/Apache?

2000-12-20 Thread Rick Munday

I thought I read where there is a tar ball with Zope and Apache precompiled
to work together without Zserver?

I'm on a deadline to get the demo project up and going, and not having to go
through half a day of compiling this and that would be awesome.


Any Ideas?



Rick


___
Zope maillist  -  [EMAIL PROTECTED]
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 )




Re: [Zope] Precompiled w/Apache?

2000-12-20 Thread Rick Munday

Well, I found it but - It's compiled against an older glibc...


Oh well. Looks like I'll miss the deadline to get the demo up, Unless
someone has some magic to pull somehow.


___
Zope maillist  -  [EMAIL PROTECTED]
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 )




Re: [Zope] Precompiled w/Apache?

2000-12-20 Thread Rick Munday

>Now we add our inverse proxy directives, within the main 
context:
>ProxyPass /Zope/ http://fightclub.org:8080/
>ProxyPassReverse /Zope/ http://fightclub.org:8080/

Do they mean enter this as an addition to the httpd.conf  DocumentRoot tag?


Rick




___
Zope maillist  -  [EMAIL PROTECTED]
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 )




Re: [Zope] Precompiled w/Apache?

2000-12-21 Thread Rick Munday

> >Now we add our inverse proxy directives, within the main 
> > context:
> >ProxyPass /Zope/ http://fightclub.org:8080/
> >ProxyPassReverse /Zope/ http://fightclub.org:8080/

 Do they mean enter this as an addition to the httpd.conf  DocumentRoot tag?

Or, in which of the  options - there are 3 active in my current
config. Or does it not matter which one?






___
Zope maillist  -  [EMAIL PROTECTED]
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 )




Re: [Zope] Precompiled w/Apache?

2000-12-21 Thread Rick Munday

> Or, in which of the  options - there are 3 active in my current
> config. Or does it not matter which one?

OK. got it - two things...

httpd.conf must have the fqdn entered and not just the server root ip
address and the ProxyPass entries go in Virtual Hosts (Section 3)...


:)


___
Zope maillist  -  [EMAIL PROTECTED]
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 )




Re: [Zope] SiteAccess Help!

2000-12-22 Thread Rick Munday

>Can someone please point me, I must be blind!

No you are not blind.

The documentation is sparse. I was just going to post the same question. :)

I got it installed and the Proxy_Pass link shows a little info, but for the
life of me I cant find the object that SiteAccess is supposed to install!
(see http://www.zope.org/Members/anser/apache_zserver/ ) for info.


___
Zope maillist  -  [EMAIL PROTECTED]
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 )