Linux: Extending the List of LoadModule Entries
Use
You must enter a new module (the FastCGI(SAP DB) module) in the list of Apache modules.
Prerequisites
Modifying the Apache Module ListConventions
Variables, Operating System ArchitectureProcedure
Open the Apache configuration file
<installation_path_apache>/conf/httpd.conf . Insert the required lines in the configuration file.A green backslash (
# Example:
# LoadModule foo_module libexec/mod_foo.so
LoadModule cgi_module libexec/mod_cgi.so
.
.
.
LoadModule fastcgi_module <installation_path_web_tools>/lib/mod_fastcgi.so
AddHandler fastcgi-script fcgi
FastCgiServer htdocs/wafcgi.fcgi -initial
.
.
.
Next Installation Step
Entering the FastCGI(SAP DB) Module in the List of Apache Modules to be LoadedIntegration
Modifying the Apache Module List