1827453 Members
4817 Online
109965 Solutions
New Discussion

mod_so module for apache

 
Sreenivas_1
Occasional Advisor

mod_so module for apache

Hi,
We are having a system with apache 1.3.17 version. But this doesn't include the mod_so module. Now the developers are asking to include the module.
Can some one explain me what to do and how to do?.

Plaese see the attachment containing the details of httpd -l, httpd -v, and httpd -V.

Thanks & Regards,
Sreenivas.
3 REPLIES 3
Clemens van Everdingen
Honored Contributor

Re: mod_so module for apache

Hi,

Maybe you will be able to find something over here !

http://httpd.apache.org/docs/mod/mod_so.html

C.
The computer is a great invention, there are as many mistakes as ever, but they are nobody's fault !
Jordan Bean
Honored Contributor

Re: mod_so module for apache


Apache must be rebuilt with DSO support.

http://httpd.apache.org/docs/install.html

With DSO support and all modules built as shared objects, then httpd -l will return at least this:

Compiled in modules:
core.c
prefork.c
http_core.c
mod_so.c

This will not tell you which modules are enabled, so you must review the httpd.conf files LoadModules directives.
Michael Tully
Honored Contributor

Re: mod_so module for apache

Before you get too carried away, there are versions that have security problems. Check the apache web site to see which ones, but I believe anything before 1.3.23 is affected.
Anyone for a Mutiny ?