You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@tomcat.apache.org by Sam Newman <sa...@www.stamplets.com> on 2001/04/25 13:04:18 UTC

Re: Adding modules(DSO)

RE: Adding modulesYou can only make an Apache moudle a DSO module  by building it that way. But I thinkk that most if not all pre-built modules are built as DSO anyway? Apache itself needs to be build for DSO support. Assuming this is the case simply put the lines:

LoadModule libexec/module.so
AddModule module.c

After any other LoadModule directuves in your httpd.conf file. If your apache is already a DSO one, you'll probably see many similar LoadModule examples.

sam
  ----- Original Message ----- 
  From: subbu 
  To: tomcat-user@jakarta.apache.org 
  Sent: Thursday, April 26, 2001 12:40 AM
  Subject: Adding modules(DSO)


  How to add a new module.How to make it as a DSO.(in WINNT)
  with love
  subbu