Install the EAServer redirector plug-in using the instructions in the EAServer System Administration Guide, Chapter 9, “Web Server Redirector Plug-In.” If you are using Apache, make sure that Apache is compiled with dynamic shared object (DSO) support.
This code explains how to configure and compile Apache to support DSO:
- ./configure
--prefix=/path/to/install
--enable-rule=SHARED_CORE
--enable-module=so;
make;
make install
The Apache Web server must use the DSO to load the redirector
modules and files. See the Apache Web server documentation for more
information about building the Apache Web server with DSO support.