[Zope] - Newbie can't "manage"
   
    Jeff Bauer
     
    jbauer@rubic.com
       
    Tue, 26 Jan 1999 14:40:57 -0600
    
    
  
Richard Wolff wrote:
> I want to use zope with MySQL.  I can't get  .../cgi-bin/Zope.cgi/manage
> to work ... the 'Temporarily Unavailable' message results with everything
> I've tried:
>
>   From the var/pcgi.log the following (consistent) error message:
>
> Tue Jan 26 11:30:30 1999
>   pcgi-wrapper: Interrupted system call  (102) failure during connect
Richard,
Let's ignore MySQL for the moment.  I think your problem is
using Zope with pcgi.  You mention that you've copied
Zope.cgi to your Apache's cgi-bin directory.  Have you
changed Zope.cgi settings to reflect this?  Also, have
you modified your Apache .conf settings use the
mod_rewrite rule?  What do your apache logs say?
Have your run pcgifile.py (as a cgi script) against Zope.cgi?
The output from this program will help us to diagnose your
problem.  For more info check out:
  http://starship.skyport.net/crew/jbauer/persistcgi/
Note:  Zope.cgi is a pcgi info file, if that's not obvious
from the documentation.
Best regards,
Jeff Bauer
Rubicon, Inc.
P.S You can check the early archives where I document
my own pratfalls under the subject "Sacrificial Zope Virgin".