Title: RE: Adding modules
You 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
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

Reply via email to