Re: [Zope] PCGI still not functional

2000-07-26 Thread Aleksander Salwa


On Mon, 24 Jul 2000, Bill Anderson wrote:

 In the 2.2betas, and in 2.1.6, I could use ZServer and PCGI, but now, I get
 one or the other.

Do you mean that you could use (with earlier Zopes) _BOTH_ ZServer and
PCGI at the same time ? Why ?
And now, you can get up and running one of them; or you can't run PCGI at
all ?

Maybe I'm missing something about architecture of Zope,
explain me if so :)

What HTTP server do you use ?

I use Zope with Apache (on RedHat Linux), and now I wonder how hard it
will be to upgrade to 2.2.0 :(


BTW: could someone (Jeff Rush ?) make rpm packages of Zope, as it was with
2.1.6, divided into Zope, Zope-zserver and Zope-pcgi ?

ololo


___
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] PCGI still not functional

2000-07-26 Thread Bill Anderson

Aleksander Salwa wrote:
 
 On Mon, 24 Jul 2000, Bill Anderson wrote:
 
  In the 2.2betas, and in 2.1.6, I could use ZServer and PCGI, but now, I get
  one or the other.
 
 Do you mean that you could use (with earlier Zopes) _BOTH_ ZServer and
 PCGI at the same time ? Why ?

Several reasons. One, is that I have many sites that require a login. I _like_ being 
able
to connect directly to ZServer via port number to login as manager, and as user to the
same site.

I run Zope both on it's own, and behind Roxen. On some sites I use RXML 'written' by 
Zope
to enhance the site. I often connect directly to Zope via port number to debug RXML 
stuff.

Another reason, is I occasionally run benchmarks, and it is nice to be able to test
against Roxen/Zope-through-pcgi, and straight Zope.

 And now, you can get up and running one of them; or you can't run PCGI at
 all ?

See my latest post, form tonight.

Bill

--
Do not meddle in the affairs of sysadmins, for they are easy to annoy,
and have the root password.

___
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] PCGI still not functional

2000-07-25 Thread Jens Vagelpohl

bill,

i saw the same symptoms this weekend when i helped a good friend set up
a zope box to serve some of his domains from. his machine runs RH 6.1.
what did it for me was to copy Zope.cgi from apache's cgi-bin directory
back into the root of the affected zope install, he has two instances
running. after doing that the problems went away.

i double-checked the file to see if it points to the wrong places, but
everything in there seemed OK otherwise.

jens



 -Original Message-
 From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of Bill
 Anderson
 Sent: Tuesday, July 25, 2000 01:40
 To: [EMAIL PROTECTED]
 Subject: [Zope] PCGI still not functional
 
 
 
 OK, it isn't just me, I've gotten email from others having 
 this problem; unfortunately, I
 have had to tell them I still have it.
 
 I have tried using older pcgi code, I have tried the 
 PCGI_FDS_CLOSE=0 variable, and still,
 nothing seems to work right. The second method worked once, 
 but a reboot stopped that
 clean in it's tracks, and it doesn't work now. I've even 
 tried combining both of the
 above; no luck.
 
 In the 2.2betas, and in 2.1.6, I could use ZServer and PCGI, 
 but now, I get one or the
 other. Can someone at DC look into fixing this? We still get 
 unable to connect errors,
 _even_ if the pcgi.soc file is created.
 
 I am getting this on _every_ 2.2.0 final server I have. On 
 Linux and HPUX.
 
 Eagerly awaiting resolution ... 
 
 Bill
 
 --
 Do not meddle in the affairs of sysadmins, for they are easy to annoy,
 and have the root password.
 
 ___
 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 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] PCGI still not functional

2000-07-25 Thread Bill Anderson

Jens Vagelpohl wrote:
 
 bill,
 
 i saw the same symptoms this weekend when i helped a good friend set up
 a zope box to serve some of his domains from. his machine runs RH 6.1.
 what did it for me was to copy Zope.cgi from apache's cgi-bin directory
 back into the root of the affected zope install, he has two instances
 running. after doing that the problems went away.
 
 i double-checked the file to see if it points to the wrong places, but
 everything in there seemed OK otherwise.

Thanks for the effort. I don't run apache though ;^)

--
Do not meddle in the affairs of sysadmins, for they are easy to annoy,
and have the root password.

___
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 )