You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@httpd.apache.org by Tushar Chavan <tu...@hotmail.com> on 2010/09/19 13:18:37 UTC

[users@httpd] FW: File does not exist: /appache/htdocs/webdynpro





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.

 

Sun Sep 19 13:53:46 2010] [error] [client xx.10.32.XX] File does not exist: /appache/htdocs/webdynpro, referer: https://Apache_hostanme: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.s


Please let me know if anybody has any idea.

 

Best Regards,

Tushar