On Fri, Dec 17, 1999, Blair Lowe wrote:

> So I tried to add a Load Module directive as per the php instructions:
> 
> /etc/rc.d/init.d/httpd start
> Starting httpd: Syntax error on line 208 of /etc/httpd/conf/httpd.conf:
> Invalid command 'LoadModule', perhaps mis-spelled or defined by a 
> module not included in the server configuration

This clearly means you either have mod_so not compiled into httpd or you have
a ClearModuleList there and no AddModule for mod_so.c.  Run "httpd -l" to find
out whether mod_so is present and check your server config for AddModule.

> 1. I don't need to add the LoadModule directive unless I am using an 
> APACI type of installation.

LoadModule has nothing to do with APACI.
LoadModule is needed if you compile something as a DSO.
That's all.
                                       Ralf S. Engelschall
                                       [EMAIL PROTECTED]
                                       www.engelschall.com
______________________________________________________________________
Apache Interface to OpenSSL (mod_ssl)                   www.modssl.org
User Support Mailing List                      [EMAIL PROTECTED]
Automated List Manager                            [EMAIL PROTECTED]

Reply via email to