Entering content frame

Procedure documentation Using the SAP DB Web Tools with the Apache Web Server Locate the document in its SAP Library structure

Use

You can also use the SAP DB Web Tools in combination with the Apache Web Server as a proxy, for example if you do not want to change your existing Apache environment.

Procedure

1.       Make the following entries in the file httpd.conf of the Apache Web Server :
LoadModule proxy_module modules/mod_proxy.so
AddModule mod_proxy.c

2.       Remove the commenting # for the proxy server directives and add the following statements to the directives:
ProxyPass /webdbm http://<web_server:port>/webdbm
ProxyPassReverse /webdbm http://<web_server:port>/webdbm

ProxyPass /sapdb http://<web_server:port>
ProxyPassReverse /sapdb http://<web_server:port>

ProxyPass /WARoot http://<web_server:port>/WARoot
ProxyPassReverse /WARoot http://<web_server:port>/WARoot

ProxyPass /websql http://<web_server:port>/websql
ProxyPassReverse /websql http://<web_server:port>/websql

 

 

Leaving content frame