On Fri, May 24, 2002 at 11:10:25AM -0500, William A. Rowe, Jr. wrote:
> Seriously, dump the <IfDefine>.  For most cases these should really be
> <IfModule mod_ssl.c> entities instead anyways.  Only the load module
> itself aught to be caught in an <IfDefine SSL>.
> 
> I fail to see how setting up ssl in Apache 2.0 should differ from setting up
> mod_pop3, mod_mbox, mod_jk or any other module.

I'd rather see us decouple "loading" of modules from "enabling" of
modules, and then come up with a consistent way to do both. That way
static modules are just implicitly loaded, DSOs can be optionally
loaded with LoadModule, and it takes something else entirely to
enable or disable*.

*(The default could be to enable or disable, but a consistent way to
  override this at start-time would make it really clear to an admin
  how they can control this.)

-aaron

Reply via email to