Technical data

11 Installing and Configuring the Apache HTTP Server Plug-In
11-10 Administration Guide
5. Copy Makefile.libdir, Makefile.tmpl from the lib directory of your
WebLogic Server installation to
src/modules/weblogic.
6. Copy
libweblogic.a. (Use libweblogic128.a instead, if you are using 128
bit security.) from the same directory containing the linked library file (see step 1.
)
to src/modules/weblogic.
7. If you are using regular strength encryption, execute the following command
from the Apache 1.3 home directory:
configure --activate-module=src/modules/weblogic/libweblogic.a
8. If you are using 128 bit encryption, execute the following command (on a single
line):
configure--activate-module=
src/modules/weblogic/libweblogic128.a
9. Build the server. Invoke the compiler by executing the following command:
make
10. Execute the following command:
make install
11. Continue with step 7. in “Installing as a Dynamic Shared Object”.
Configuring the Apache HTTP Server
Plug-In
After you install the plug-in (see “Installing the Apache HTTP Server Plug-In” on page
11-4), edit the
httpd.conf file to configure the Apache plug-in. Editing the
httpd.conf file informs the Apache Web server that it should load the native library
for the plug-in as an Apache module and also describes which requests should be
handled by the module.