If you want to enable shared objects in this method, see the notes in the Configuration file. Essentially, you do the following:
Enable mod_so
by uncommenting its line.
Change an existing AddModule
<path>/<modulename>.o
so it ends in
.so
rather than .o
and, of
course, making sure the path is correct.