Skip to Content
0
May 12, 2008 at 10:29 AM

Apache Reverse Proxy

59 Views

Hi

I have installed Apache Reverse Proxy to access my Portal and ECC6.

In the httpd config file , i have done the following settings.

<VirtualHost ipaddress:port>

ProxyPreserveHost On

ProxyPass /irj/ http://portalserver:50000/irj/

ProxyPassReverse /irj/ http://portalserver:50000/irj/

ProxyPass /eccdev/ http://eccserver:8000/eccdev/

ProxyPassReverse /eccdev/ http://eccserver:8000/eccdev/

</VirtualHost>

eccdev is external alias for the path

/sap/bc/gui/sap/its/webgui/

With this setting when i when a request is made for eccdev/

it takes me to the ecc6 login page.

when i enter the required information , it just clears the username password fields.

i checked that the username password are correctly entered.

what is the problem ?

Regards

Rajendra