William A. Rowe, Jr. wrote:
The *right* thing to do in httpd2.2 is probably quit loading global, since we getsym the module structure, and launch everything from there. Perhaps, if a user needs all the symbols, they can use LoadFile to obtain those.
LoadModule foo_modules modules/mod_foo.so [local|global] If we do that, might we want to support LAZY|NOW at the same time? -- Nick Kew