So, by using the --enable-shared=max, this will load the mod_so as a static module into apache. At that point, I can use entries such as LoadModule in the hpptd.conf, or add the module using apxs and this will active the module as DSO. Am I headed in the right direction?