[newbie question] where is error log?
I found error log for apache web server, at /etc/httpd/logs/error_log. ( I use redhat linux...) and, now I install Zope ZServer. but, Zope Server was Down any error message. I can't Understand. So, I try to find log. but var/Z2.log is access log.. Any error logs ? and, I use Redhat Linux. ( Newbie too.. -.-; ) I want start ZServer when my computer boot up. there are any Start script as apachectl ? thank you? -- ================================ test by iron ironyjk@kldp.org
On Tue, 4 Apr 2000, Choi He Chul wrote:
but, Zope Server was Down any error message.
I can't Understand. So, I try to find log.
If you start ZServer using the supplied 'start' script, then it will run in 'debug' mode, which means error messages will be dumped to the console.
Any error logs ?
Take a look at http://www.zope.org/Documentation/Misc/LOGGING.txt
I want start ZServer when my computer boot up.
there are any Start script as apachectl ?
There should be 'start' and 'stop' scripts in your Zope directory. (I haven't used the RPMs, so I'm not sure about that.) You'll want to modify the 'start' script before calling it from system intialization by removing the '-D' flag so that Zserver will go into daemon mode. --RDM
participants (2)
-
Choi He Chul -
R. David Murray