Entering content frame

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

Use

You can also use Web Tools with the Apache Web Server. To do this, configure the Apache Web Server so that the http queries are forwarded to the MaxDB Web Server.

Procedure

...

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

       2.      Remove the # proxy server directives comment and add the following statements to these directives:
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 /webdbm http://<web_server:port>/webdbm
ProxyPassReverse /webdbm http://<web_server:port>/webdbm


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

 

Leaving content frame