Hello,
i have problems reaching a ITS behind a reverse proxy (apache 2).
The reverse proxy is configured according to the "Internet Connectivity to SAP Applications" PDF.
But if i try to display it in an browser i always get the HTTP_NOT_FOUND Error.
The apache server is already working as a reverse proxy for httpsapplications.
For the ITS HTTP connection i added the following lines in the http.conf of the apache:
ProxyRequests Off
ProxyPreserveHost On
RewriteEngine On
RewriteRule /(scripts.*) http://host.company.de:54006/ [P,L]
The its url i want to reach is:
http://host.company.de:54006/scripts/wgate/webgui/!
so i try to open
http://proxy.company.de/scripts/wgate/webgui/!
and in the logs of the apache i can find:
go-ahead with proxy request proxy:http://host.company.de:54006/scripts/wgate/webgui/! [OK]
But in the browser the 404 HTTP Error is displayed.
I am not sure what is wrong. I can connect to the ITS directly with "http://host.company.de:54006/scripts/wgate/webgui/!
"
Maybe anyone else solved this problem in the past.
Best regards,
Nils Kloth