UNIX: 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 EntriesConventions
Variables, Operating System ArchitectureProcedure
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) ExecutableIntegration
Configuring the Apache Web Server