logo
Apache Lounge
Webmasters

 

About Forum Index Downloads Search Register Log in RSS X


Keep Server Online

If you find the Apache Lounge, the downloads and overall help useful, please express your satisfaction with a donation.

or

Bitcoin

A donation makes a contribution towards the costs, the time and effort that's going in this site and building.

Thank You! Steffen

Your donations will help to keep this site alive and well, and continuing building binaries. Apache Lounge is not sponsored.
Post new topic   Forum Index -> Apache View previous topic :: View next topic
Reply to topic   Topic: Mask URL change
Author
Novice_12345



Joined: 28 Nov 2013
Posts: 1
Location: belfast

PostPosted: Thu 28 Nov '13 12:40    Post subject: Mask URL change Reply with quote

Hi All,

We have a SAP portal and Apache server in our environment. The URL which users see is like http://portal:50000/irj/portal in some cases after login, from a program we are calling the url http://portal:50000/irj/portal/alias1 in the same window. In this case the URL changes in explorer.

I am trying to find out if I can mask the url and keep it the same as http://portal:50000/irj/portal, but Apache to send calls to SAP server as http://portal:50000/irj/portal/alias1, so the end user cannot see the URL change.

Thanks,
Back to top
Steffen
Moderator


Joined: 15 Oct 2005
Posts: 3093
Location: Hilversum, NL, EU

PostPosted: Thu 28 Nov '13 12:54    Post subject: Reply with quote

You do not follow the forum rules. And it is not very clear what you mean, is apache reverse proxying to your portal ?

When Apache is reverse proxying, have a look at http://httpd.apache.org/docs/2.4/mod/mod_proxy_html.html and http://www.apachetutor.org/admin/reverseproxies

What are you proxy directives in httpd.conf ?
Back to top


Reply to topic   Topic: Mask URL change View previous topic :: View next topic
Post new topic   Forum Index -> Apache