Hi, I need some help in understanding the LoadModule and AddModule use. I have successfully compiled and use mod-perl 1.19 with Apache 1.3.6, but on a test server, I get the following error: Syntax error on line 225 of /usr/src/httpd/conf/httpd.conf: Cannot add module via name 'mod_so.c': not in list of loaded modules How do I fix this? Below is the relevant section in httpd.conf. Thanks Gil [EMAIL PROTECTED] # LoadModule foo_module libexec/mod_foo.so <IfDefine SSL> LoadModule ssl_module libexec/libssl.so </IfDefine> # Reconstruction of the complete module list from all available modules # (static and shared ones) to achieve correct module execution order. # [WHENEVER YOU CHANGE THE LOADMODULE SECTION ABOVE UPDATE THIS, TOO] ClearModuleList AddModule mod_env.c AddModule mod_log_config.c AddModule mod_mime.c AddModule mod_negotiation.c AddModule mod_status.c AddModule mod_include.c AddModule mod_autoindex.c AddModule mod_dir.c AddModule mod_cgi.c AddModule mod_asis.c AddModule mod_imap.c AddModule mod_actions.c AddModule mod_userdir.c AddModule mod_alias.c AddModule mod_access.c AddModule mod_auth.c AddModule mod_so.c AddModule mod_setenvif.c <IfDefine SSL> AddModule mod_ssl.c (THIS IS LINE 225) </IfDefine> in His grip, Gil http://www.truepath.com your Christ-centered web host ______________________________________________________________________ Apache Interface to OpenSSL (mod_ssl) www.modssl.org User Support Mailing List [EMAIL PROTECTED] Automated List Manager [EMAIL PROTECTED]
