Apache won't start

Cory Spitz spitzcor@egr.msu.edu
Tue, 19 Sep 2000 23:36:47 -0400 (EDT)


Hello all,
I have finally been able to compile apache with mod_ssl, mod_perl, and
PHP with MySQL.  However, when I try to start httpd, I get this:

[root@nightcrawler bin]# ./apachectl start
Syntax error on line 207 of /usr/local/apache/conf/httpd.conf:
Invalid command 'LoadModule', perhaps mis-spelled or defined by a module
not included in the server configuration
./apachectl start: httpd could not be started

I highly doubt that LoadModule is spelled wrong.  When I do httpd -l I
get:
[root@nightcrawler bin]# ./httpd -l
Compiled-in modules:
  http_core.c
  mod_env.c
  mod_log_config.c
  mod_mime.c
  mod_negotiation.c
  mod_status.c
  mod_include.c
  mod_autoindex.c
  mod_dir.c
  mod_cgi.c
  mod_asis.c
  mod_imap.c
  mod_actions.c
  mod_userdir.c
  mod_alias.c
  mod_access.c
  mod_auth.c
  mod_setenvif.c
  mod_ssl.c
  mod_php4.c
  mod_perl.c
suexec: disabled; invalid wrapper /usr/local/apache/bin/suexec

So, that looks ok to me.  Any guesses as to what's wrong?

Thanks,
-Cory