Is it possible to build mod_ssl such that no EAPI support is compiled into
Apache?

For example, suppose I want to statically link in mod_ssl and most standard
modules, but I want to support previously compiled binary modules under
Apache?

I configured mod_ssl with: --disable-rule=EAPI --enable-rule=SHARED_CORE
--enable-module=so, but it seems that all the Apache code still has the
-DEAPI in the makefile and mod_ssl is forcibly patching the files in src/ap
to have EAPI stuff.

Is EAPI required for mod_ssl or only to support dynamically loaded mod_ssl
(and other modules) that utilize EAPI?

Thanks,

- Bob
______________________________________________________________________
Apache Interface to OpenSSL (mod_ssl)                   www.modssl.org
User Support Mailing List                      [EMAIL PROTECTED]
Automated List Manager                            [EMAIL PROTECTED]

Reply via email to