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:16:39 UTC

[users@httpd] 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.


 

 

 
 		 	   		  

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

Posted by Tushar Chavan <tu...@hotmail.com>.
Hi Expert,

 

Changed last line to ProxyPassReverse /irj https://SAP_WEB_Dispatcher_Host:1443/irj still we have same issue.

 

Best Regards,

Tushar
 
> Date: Sun, 19 Sep 2010 16:07:12 +0200
> From: joost@sanguis.xs4all.nl
> To: users@httpd.apache.org
> Subject: Re: [users@httpd] File does not exist: /appache/htdocs/webdynpro
> 
> On 09/19/2010 01:16 PM, Tushar Chavan wrote:
> > 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
> 
> Last line should be
> ProxyPassReverse /irj https://SAP_WEB_Dispatcher_Host:1443/irj
> 
> Joost
> 
> ---------------------------------------------------------------------
> The official User-To-User support forum of the Apache HTTP Server Project.
> See <URL:http://httpd.apache.org/userslist.html> for more info.
> To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org
> " from the digest: users-digest-unsubscribe@httpd.apache.org
> For additional commands, e-mail: users-help@httpd.apache.org
> 
 		 	   		  

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

Posted by Joost de Heer <jo...@sanguis.xs4all.nl>.
On 09/19/2010 01:16 PM, Tushar Chavan wrote:
> 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

Last line should be
ProxyPassReverse /irj https://SAP_WEB_Dispatcher_Host:1443/irj

Joost

---------------------------------------------------------------------
The official User-To-User support forum of the Apache HTTP Server Project.
See <URL:http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org
   "   from the digest: users-digest-unsubscribe@httpd.apache.org
For additional commands, e-mail: users-help@httpd.apache.org


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

Posted by Tushar Chavan <tu...@hotmail.com>.




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