Hi Expert, Below is our scenario. Browser ---->Apache ------->SAP Web dispatcher ----->SAP Portal. #TO preserve reverse proxy host ProxyPreserveHost On #proxy /irj both ways ProxyPass /irj https://SAP_WEB_Dispatcher_Host:1443/irj ProxyPassReverse /irj https://Apache_host:1443/irj Now when we hit , https://apachehost:1443/irj , we get a page. Now on that page when we hit any sub-iview ( e.g https://Apache_hostname:1443/irj/servlet/prt/portal/prtroot/pcd!3aportal_content!2fcom.sap.pct!2fspecialist!2fcom.sap.pct.srm.srm70!2fcom.sap.pct.srm.core.fl_core!2fcom.sap.pct.srm.core.fl_roles!2fcom.sap.pct.srm.core.ro_srmadministrator!2ffl_admin!2ffl_overview!2fcom.sap.pct.srm.com.ws_workoverview!2fcom.sap.pct.srm.com.pg_inbox!2fcom.sap.pct.srm.com.iv_inbox ) We get page not found error. 404 but when we replace Apache host name with Web dispatcher host name above , we get a page. Below is the error. |