|
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
|
Title: RE: Adding modules
- Re: Adding modules Arnaud Dostes - NTI
- Re: Adding modules Manuel Melle Ocariz
- Re: Adding modules Sam Newman
- Re: Adding modules Manuel Melle Ocariz
- Re: Adding modules Arnaud Dostes - NTI
- Re: Adding modules Manuel Melle Ocariz
- RE: Adding modules Varela Santoalla, Daniel
- RE: Adding modules Manuel Melle Ocariz
- RE: Adding modules Williamson, James
- Adding modules(DSO) subbu
- Sam Newman
