Windows NT/Windows 2000: Modifying the Apache Module List
Use
In the Apache configuration file
<installation_path_apache>/conf/httpd.conf , you must modify the Apache module list, and extend the alias entries.Prerequisites
Installing the Apache Web Server (The Apache Web Server is, therefore, capable of subsequently loading Dynamic Shared Objects (DSO) with the command LoadModule .)You are logged on as user Administrator.
Conventions
Variables, Operating System ArchitectureProcedure
Open the Apache configuration file
<installation_path_apache>/conf/httpd.conf .Add the following lines:
#######################################################################
###
### SAP DB Web Tools
###
#######################################################################
LoadModule WebAgentModule "<installation_path_web_tools>/pgm/wapiap.dll"
<Location />
SetHandler webagent
</Location>
<IfModule mod_alias.c>
Alias /WARoot <installation_path_web_tools>/Documents/WARoot"
</IfModule>
Please note that Apache 1.3.14 uses the special character "/" and Apache 1.3.12 the special character "\" in path names.
If HTTP Port 80, which is entered as standard in the Apache configuration file, has already been assigned by another Web server, you must enter a different port as the HTTP port (for example, 8080).
Next Installation Step
Installing the Apache Web Server ServiceIntegration
Configuring the Apache Web Server