Yup... i found a cronjob that running every nite... is that possible to restart the apache with startssl option in cronjob? bcos the apache will require a password to start the SSL connection.... how should i automate it?
----- Original Message ----- From: "Ashton, Bruce" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Thursday, October 11, 2001 4:10 PM Subject: RE: Apache connection died > SIGHUP is a kind of signal that can be sent to a Unix process to cause it to > terminate. open a shell on your Unix box and type 'man kill', also 'man > nohup', nohup may be the answer to your problems. > > > > Bruce Ashton > Java Developer > Product Development Branch > Commercial Division > ext. 4560 > > > -----Original Message----- > > From: Rachel [SMTP:[EMAIL PROTECTED]] > > Sent: Thursday, October 11, 2001 3:25 AM > > To: [EMAIL PROTECTED] > > Subject: Apache connection died > > > > Hi, I having problem where my APACHE no longer run after the everynight > > 12:01am.... > > I have no idea what's the error message below.... can someone > > teach/explain to me? > > > > What is SIGHUP received ? where can i configure it? > > What is the bottom error message that say "dynamic module limit was > > reached"? how can i increase it? > > > > [Thu Oct 11 00:00:01 2001] [notice] SIGHUP received. Attempting to > > restart > > [Thu Oct 11 00:00:01 2001] [error] Cannot remove module mod_ssl.c: not > > found in module list > > [Thu Oct 11 00:00:01 2001] [error] Cannot remove module mod_setenvif.c: > > not found in module list > > [Thu Oct 11 00:00:01 2001] [error] Cannot remove module mod_auth.c: not > > found in module list > > [Thu Oct 11 00:00:01 2001] [error] Cannot remove module mod_access.c: not > > found in module list > > [Thu Oct 11 00:00:01 2001] [error] Cannot remove module mod_alias.c: not > > found in module list > > [Thu Oct 11 00:00:01 2001] [error] Cannot remove module mod_userdir.c: not > > found in module list > > [Thu Oct 11 00:00:01 2001] [error] Cannot remove module mod_actions.c: not > > found in module list > > [Thu Oct 11 00:00:01 2001] [error] Cannot remove module mod_imap.c: not > > found in module list > > [Thu Oct 11 00:00:01 2001] [error] Cannot remove module mod_asis.c: not > > found in module list > > [Thu Oct 11 00:00:01 2001] [error] Cannot remove module mod_cgi.c: not > > found in module list > > [Thu Oct 11 00:00:01 2001] [error] Cannot remove module mod_dir.c: not > > found in module list > > [Thu Oct 11 00:00:01 2001] [error] Cannot remove module mod_autoindex.c: > > not found in module list > > [Thu Oct 11 00:00:01 2001] [error] Cannot remove module mod_include.c: not > > found in module list > > [Thu Oct 11 00:00:01 2001] [error] Cannot remove module mod_status.c: not > > found in module list > > [Thu Oct 11 00:00:01 2001] [error] Cannot remove module mod_negotiation.c: > > not found in module list > > [Thu Oct 11 00:00:01 2001] [error] Cannot remove module mod_mime.c: not > > found in module list > > [Thu Oct 11 00:00:01 2001] [error] Cannot remove module mod_log_config.c: > > not found in module list > > [Thu Oct 11 00:00:01 2001] [error] Cannot remove module mod_env.c: not > > found in module list > > httpd: module "mod_proxy.c" could not be loaded, because the dynamic > > module limit was reached. Please increase DYNAMIC_MODULE_LIMIT and > > recompile. > > > > > ______________________________________________________________________ > Apache Interface to OpenSSL (mod_ssl) www.modssl.org > User Support Mailing List [EMAIL PROTECTED] > Automated List Manager [EMAIL PROTECTED] > ______________________________________________________________________ Apache Interface to OpenSSL (mod_ssl) www.modssl.org User Support Mailing List [EMAIL PROTECTED] Automated List Manager [EMAIL PROTECTED]
