I installed the apache_1.3.20 with
mod_ssl-2.8.4-1.3.20 and openssl-engine-0.9.6b yesterday.
After I installed all of them and configured my httpd.conf, I try to
run configtest on my apache,
the result shown as below.
# /usr/local/apache/bin/apachectl configtest
[Thu Oct 11 10:23:49 2001] [warn] Loaded DSO libexec/libphp3.so uses plain Apache 1.3 API, this module might crash under EAPI! (please recompile it with -DEAPI) [Thu Oct 11 10:23:49 2001] [warn] Loaded DSO libexec/libperl.so uses plain Apache 1.3 API, this module might crash under EAPI! (please recompile it with -DEAPI) [Thu Oct 11 10:23:49 2001] [warn] Loaded DSO libexec/libphp4.so uses plain Apache 1.3 API, this module might crash under EAPI! (please recompile it with -DEAPI) Syntax OK [Thu Oct 11 10:23:49 2001] [error] Cannot remove module mod_setenvif.c: not found in module list [Thu Oct 11 10:23:49 2001] [error] Cannot remove module mod_auth.c: not found in module list [Thu Oct 11 10:23:49 2001] [error] Cannot remove module mod_access.c: not found in module list [Thu Oct 11 10:23:49 2001] [error] Cannot remove module mod_alias.c: not found in module list [Thu Oct 11 10:23:49 2001] [error] Cannot remove module mod_userdir.c: not found in module list [Thu Oct 11 10:23:49 2001] [error] Cannot remove module mod_actions.c: not found in module list [Thu Oct 11 10:23:49 2001] [error] Cannot remove module mod_imap.c: not found in module list [Thu Oct 11 10:23:49 2001] [error] Cannot remove module mod_asis.c: not found in module list [Thu Oct 11 10:23:49 2001] [error] Cannot remove module mod_cgi.c: not found in module list [Thu Oct 11 10:23:49 2001] [error] Cannot remove module mod_dir.c: not found in module list [Thu Oct 11 10:23:49 2001] [error] Cannot remove module mod_autoindex.c: not found in module list [Thu Oct 11 10:23:49 2001] [error] Cannot remove module mod_include.c: not found in module list [Thu Oct 11 10:23:49 2001] [error] Cannot remove module mod_status.c: not found in module list [Thu Oct 11 10:23:49 2001] [error] Cannot remove module mod_negotiation.c: not found in module list [Thu Oct 11 10:23:49 2001] [error] Cannot remove module mod_mime.c: not found in module list [Thu Oct 11 10:23:49 2001] [error] Cannot remove module mod_log_config.c: not found in module list [Thu Oct 11 10:23:49 2001] [error] Cannot remove module mod_env.c: not found in module list May i know, why it show "[error] Cannot remove module xxx_xxx.c: not found
in module list"?
Should i remove it? What should i do?
But I ignore the message and try to start the apache with startssl
command....
When the time i start the apache (with startssl)... the [error] messages
gone and left only
[warn] messages as below:-
juliet# /usr/local/apache/bin/apachectl startssl
[Thu Oct 11 10:29:14 2001] [warn] Loaded DSO libexec/libphp3.so uses plain Apache 1.3 API, this module might crash under EAPI! (please recompile it with -DEAPI) [Thu Oct 11 10:29:14 2001] [warn] Loaded DSO libexec/libperl.so uses plain Apache 1.3 API, this module might crash under EAPI! (please recompile it with -DEAPI) [Thu Oct 11 10:29:14 2001] [warn] Loaded DSO libexec/libphp4.so uses plain Apache 1.3 API, this module might crash under EAPI! (please recompile it with -DEAPI) Apache/1.3.20 mod_ssl/2.8.4 (Pass Phrase Dialog) Some of your private key files are encrypted for security reasons. In order to read them you have to provide us with the pass phrases. Server xxx.xxxxx.com:443 (RSA)
Enter pass phrase:xxxxxx Ok: Pass Phrase Dialog successful. /usr/local/apache/bin/apachectl startssl: httpd started After I start it, the https:// connection is functioning!! ppl can browse
my https:// pages!!!
BUT, my APACHE no longer run after
the 12:01am....i view the logs file, it show
.
.
. [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. What is SIGHUP received ? where and how can i
configure it?
What is the bottom error message that say "dynamic
module limit was reached"? how can i increase
it? I have no idea what's the error about.... can someone teach/explain
to me?
Thanks in advance for your help......
Rachel |