Most of these ./configure options can be toggled using enable/disable. If you build apache with --disable-so, here is what happens when you try to compile a module using apxs:
Quote:
]apxs:Error: Sorry, no shared object support for Apache.
apxs:Error: available under your platform. Make sure.
apxs:Error: the Apache module mod_so is compiled into.
apxs:Error: your server binary `/opt/apache/bin/httpd'..
|
And of course there is no mod_so compiled-in
Code:
httpd -M|grep so
Syntax OK