Thanks Tres, I put a line in my rc.local file so that Zope is started at boot-up and everything seems to be running fine now. I'm not sure why this makes a difference, but it did. Thanks for your response! Eric // -----Original Message----- // From: zope-admin@zope.org [mailto:zope-admin@zope.org]On Behalf Of Tres // Seaver // Sent: Friday, March 03, 2000 5:55 AM // To: Eric L. Walstad // Cc: zope@zope.org // Subject: Re: [Zope] Install problem, please help... // // // "Eric L. Walstad" <ewalstad@energywright.com> wrote: // > // > Hello all - // > // > I am unable to connect to my Zope 2. // > I am running Linux 2.2.14, with Apache // > I am new to Zope and pretty new to Linux // > // > I installed Python 1.5.2, then installed Zope using "python w_pcgi.py" // > I entered ./start // > It worked... for a while... until I shutdown... // > When I restarted, Zope wasn't available. I went back to the // Zope directory // > and tried ./start again but the script seems to lock up after // displaying the // > following: // > ------ // > PROBLEM(100) ZServer Computing default hostname // > ------ // > INFO(0) Zserver Medusa (V1.13) started at ... // > Hostname: frankenstein.energywright.com // > Port:8080 // > // > ------ // > INFO(0) ZServer FTP server starte at ... // > Authorizer:None // > Hostname: frankenstein.energywright.com // > Port:8021 // > ------ // > INFO(0) ZServer PCGI server started at ... // > Unix Socket: /usr/local/Zope/var/pcgi.soc // > ------ // > INFO(0) ZServer Monitor Server (V1.5)started on port 8099 // // That is not "locked up" -- that is the normal "blocked waiting // for requests" // state that you see whenever you start Zope with the "-D" flag. // // > // > When I try to connect to http://192.168.1.100:8080/manage I // get a "File does // > not exist: /home/httpd/html/manage" error in my Apache error_log // // Try "http://frankenstein.energywright.com:8080" -- what do you see? // // Tres. // -- // ========================================================= // Tres Seaver tseaver@palladion.com 713-523-6582 // Palladion Software http://www.palladion.com // // _______________________________________________ // 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 ) //