You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@httpd.apache.org by "Alex Blundell (aj)" <al...@btinternet.com> on 2001/12/07 20:18:20 UTC

mod_so

hi, 
after installing apache i did a httpd -l in on my bsd box and mod_so is not listed

any ideas on how to install it?
(coundnt find it in te docs )
thanks

Re: mod_so

Posted by Emre Yildirim <em...@asper.org>.
> any ideas on how to install it?
> (coundnt find it in te docs )

It's in the documentaton.

>From INSTALL:

     LIST OF AVAILABLE MODULES

[snip]

     Miscellaneous
      (+) mod_imap ......... Server-side Image Map support
      (-) mod_proxy ........ Caching Proxy Module (HTTP, HTTPS, FTP)
      (-) mod_so ........... Dynamic Shared Object (DSO) bootstrapping

[snip]

Use the --enable-shared=NAME and --disable-shared=NAME options to enable
or disable the shared object support for a particular module from the
Apache src/Configuration.tmpl file. The defaults (yes=enabled,
no=disabled) can be seen when running `./configure --help'. There are two
special NAME variants: `max' for enabling or disabling DSO on all modules
except the bootstrapping `so' module and `remain' for enabling or
disabling DSO for only those modules which are still not enabled (which
this way implicitly enables them itself).

./configure --enable-module=so



-- 
Emre Yildirim <em...@asper.org>
GPG KeyID 0xF9E4A1D1 (pgpkeys.mit.edu)



---------------------------------------------------------------------
The official User-To-User support forum of the Apache HTTP Server Project.
See <URL:http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org
For additional commands, e-mail: users-help@httpd.apache.org