Skip to Content
0
Former Member
Sep 19, 2005 at 04:52 AM

Setting apache reverse proxy for EP6SP2

37 Views

Hi friends,

I want to set apache reverse proxy for EP6SP2. But after doing the following changes, it is showing the SAP J2EE Engine documentation page.

The following changes has been dont to httpd.conf:

NameVirtualHost 1.1.1.1:80

<VirtualHost 1.1.1.1:80>

ProxyRequests Off

ServerName ep6.xyz.com

ProxyPreserveHost On

proxyPass / http://ep6.xyz.com:50000/

proxyPassReverse / http://ep6.xyz.com:50000/

ErrorLog logs/base.80.error.log

CustomLog logs/base.80.custom.log common

</VirtualHost>

Help needed.

Regards,

Nilz