Page is a not externally linkable
coopster - 7:07 pm on Feb 20, 2013 (gmt 0)
Welcome to WebmasterWorld, cvillone.
LoadModule only works in the context of server config which means it is going to either fire up the module or not. How the module is invoked is another story. For example, mod_rewrite is a directive specific to the rewrite module and is only invoked when the RewriteEngine is On, even though the module can be loaded at http server startup.
I would hope your custom modules would have a similar directive that allow you to invoke or not invoke the process accordingly. That's where I would start anyway.