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: Apache rewrite and reverse proxy
Author
Abdel



Joined: 13 Oct 2012
Posts: 1
Location: Canada, Montreal

PostPosted: Sat 13 Oct '12 17:26    Post subject: Apache rewrite and reverse proxy Reply with quote

I have back end website running on Tomcat with the following url http://local.domain.com/app. External user access the website through apache proxy with the following url http://www.domain.com/user1 (user1, user2, etc... It’s uri specific to each user). I want to use apache rewrite or/ and reverse proxy directive to translate the url like http://www.domain.com/user1 into http://local.domain.com/app?user=user1
Please can someone help me please?

Thanks,

Abdel
Back to top
James Blond
Moderator


Joined: 19 Jan 2006
Posts: 7354
Location: Germany, Next to Hamburg

PostPosted: Mon 15 Oct '12 23:03    Post subject: Reply with quote

We had a topic with rewriting (something like yours) http://www.apachelounge.com/viewtopic.php?t=3653

If you still have a question please ask again.
Back to top


Reply to topic   Topic: Apache rewrite and reverse proxy View previous topic :: View next topic
Post new topic   Forum Index -> Apache