EAPI versus non-EAPI

The redirector zip file contains the required files for the Apache plug-ins. Whether or not you are running an Extended API (EAPI) version of the Apache Web server determines which libraries you must copy to the location where the Web server normally searches for files. To determine which version of the Apache Web server is running, enter the httpd -V command. If the output from this command contains “-D EAPI,” you have an EAPI version of Apache and must have the appropriate files:

In addition, for EAPI versions of Apache, you must modify the LoadModule directive in the httpd.conf file as follows:

LoadModule easredirector_module libexec/libjeaseapi_mod.so

If you do not set this directive, the redirector may not run, and you may see a warning similar to this on the screen and in the connector log file:

[warn] Loaded DSO libexec/libjeas_mod.so uses plain Apache 2.0 API, this module might crash under EAPI! (please recompile it with -DEAPI)