Linux: Entering the FastCGI(SAP DB) Module in the List of Apache Modules to be Loaded 

Use

You must enter a new module (the FastCGI(SAP DB) module) in the list of Apache modules.

Prerequisites

Extending the List of LoadModule Entries

Conventions

Variables, Operating System Architecture

Procedure

In the Apache configuration file <installation_path_apache>/conf/httpd.conf insert the required line.

# Reconstruction of the complete module list from all available modules
# (static and shared ones) to achieve correct module execution order.
# [WHENEVER YOU CHANGE THE LOADMODULE SECTION ABOVE UPDATE THIS, TOO]
ClearModuleList
AddModule mod_fastcgi.c
AddModule mod_env.c
.
.
.

Next Installation Step

Creating a Link to the FastCGI(SAP DB) Executable

Integration

Modifying the Apache Module List