Hello Rachel,
interestingly I came across the same error message just the other week.
We restart our servers every night with a SIGHUP like you to move the
logfiles and store them compressed by gzip in a special directory.
There is nothing wrong with that (in fact, this keeps you away from
ever growing log files).
Your problem seems to be a wrong httpd.conf. I think you have mod_so
for shared modules compiled into your httpd. Used modules will then be
loaded with LoadModule in the httpd.conf. Normally then a
ClearModuleList is done. Afterwards the module list is reconstructed in
a specific order with AddModule directives.
If a module is loaded with LoadModule but there is no corresponding
AddModule directive the error message "Cannot remove module mod_XXX.c
not found in module list"
is printed in the error log whenever the server is restarted. If the
server is restarted every night, the dynamic module list array is not
cleared fully and grows till it reaches the dynamic module limit.
The solution for your problem is therefor the cleanup of your
httpd.conf. You should check wether there is for every LoadModule
directive a AddModule directive. Extra AddModule directives (for
instance for compiled-in modules) cause no problems.
Cheers
Georg
UUNET - a WorldCom Company
UUNET Deutschland GmbH
Sebrathweg 20
44149 Dortmund
Germany
Tel. +49 231 972 2280
Fax. +49 231 972 1180
[EMAIL PROTECTED]
http://www.worldcom.com/de/
>
> 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?=20
>
> 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]