[SunHELP] Error while starting apache

Dale Ghent daleg at elemental.org
Thu Feb 21 17:16:51 CST 2002


On Thu, 21 Feb 2002, Prashant Shah wrote:

| Hi All,
|
| I have sol8 (sparc) and apache 1.3.23 installed with mod_so enabled.
|
| I am trying to add plug in (libnd_APACHE_50.so, copied from netdynamics) to
| apache,
| I have followed all instructions given on netdynamics web site for this plug
| in to add to the apapche, but i am getting following error while starting
| apache.

Do you have both LoadModule and AddModule directives in httpd.conf?

If you're lacking the AddModule directive, put one at the end of any
others in httpd.conf. Something like:

LoadModule nd_module libexec/libnd_APACHE_50.so
...
AddModule mod_nd.c

then stop and start apache.

/dale



More information about the SunHELP mailing list