- Newbie can't "manage"
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 python in /usr/local/bin: Python 1.5.2b1 (#1, Dec 28 1998, 15:45:55) [GCC 2.8.1] on sunos5 Copyright 1991-1995 Stichting Mathematisch Centrum, Amsterdam Zope-1.9.0 untarred. Ran python w_pcgi.py without error. MySQL is installed and running. MySQL adapter compiled and the .so file moved to the Products/ZMySQLDA directory. Copied Zope.cgi to the apache share/cgi-bin directory. Apache runs as 'nobody' and the var directory has group ownership 'zope' that includes 'nobody'. (and pcgi.log file was created/written to), so I think permissions are ok. The /var/tmp directory contains no pcgi.hhmmss files. Do I have to do something besides run the w_pcgi script, such as a 'make install'? Do I have to do something to tell the system to use/make the connection to MySQL server (the database there is the initial installation...I've inserted no data/tables of my own). Or is it something else stupid that I've overlooked. If it's RTFM, a pointer to the appropriate M paragraph would be helpful. Thanks, Richard Wolff
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".
participants (2)
-
Jeff Bauer -
rwolff@noao.edu