[x]
Posted via EE Mobile

Search, ask, and monitor your questions on the go with EE Mobile. Visit Experts Exchange from your mobile device and never be out of touch again.

Question
[x]
Attachment Details
[x]
The Solution Rating System

With so many solutions, how can you tell which solutions are most likely to help you and which ones are not? To provide you with a tool to use, we rate our solutions based on various elements that most accurately determine if a solution is a quality solution. To explain what factors affect the solution rating, here are the elements we take into consideration when formulating our solution rating.

  • The Grade of the Solution
  • The Zone Rank of the Expert Providing the Solution
  • The Number of Author and Expert Comments
  • The Number of Experts Contributing
  • The Feedback of the Community

Your Input Matters
Because of the way the system is set up, the most important variable in this equation is you. As a member of Experts Exchange, you are able to cast your vote on the quality of the solutions in regard to how complete, accurate, helpful and easy to understand each solution is. When you provide your feedback, each rating is adjusted accordingly. So, if you see a solution that has a poor rating that you think is a good solution, let us know by rating it. As you do, the rating will be adjusted and will become more accurate for other members of our site.

If you have any suggestions that you would like to make for our rating system, please ask a question in the Suggestions Zone of Community Support.

Thank you!

8.2

Yet another proxying question

Asked by bettemissen in Apache Web Server

Tags: apache, tomcat

Hello

I have a problem which is driving me insane.
I have three (possibly more to come) backend servers running JBoss/tomcat and I have an Apache server running in front of these servers. What I need is for my users to connect to Apache which is supposed to act as a proxy.
This means that user must connect to Apache and recieve answers from my backend servers through Apache, so that the users cannot directly access the backend servers.

But! furthermore users must log in through apache and based on the username entered, the proxy must contact the corresponding backendserver since they are running different applications.

The username provided must be sent along with the request to the backendserver and on top of all this I wish to hide the URL from the user so that he/she cannot see request-paramters.

So what I end up with is a user requsting something like :

http://apacheserver/somepath

recieving response from one of the backendservers without the URL being changed.

The request which the proxy server needs to send to the backendservers are on the form :

http://backendserver:someport/app/app?paramter1=somevalue&userID=user

where user is the username from the loginpage.

That is, I need three things from this setup :

user login
proxy functionality
URL hiding

I have been examining mod_proxy, but that is kind of limited.
Then I have been examining mod_rewrite but I cant seem to be getting it to work correctly.

What I have tried is something like :

in a .htaccess file in e.g.

http://apacheserver/somepath

I have :

RewriteEngine on
RewriteRule ^(.*)$  http://backendserver:someport/app/app?paramter1=somevalue&userID=%{REMOTE_USER} [R]

This actually works although the long URL of the backend server is shown to the user :-(

If I change the [R] flag to [P] the user recieves an URL looking like :

http://apacheserver/somepath/?paramter1=value&user=someuser

which does not work as intended, and the URL is showing.

-that got pretty long i must admit, does it make sense to you...

Does anyone know whether the setup I am requesting is at all possible?
Maybe it is not mod_rewrite I need to be looking at -maybe a PHP solution is needed, or something completely different??

Any suggestions, faint ideas or guidelines would be greatly appreciated!!

Regards
 Lars Hammer




[+][-]07/18/02 02:01 AM, ID: 7161654Accepted Solution

View this solution now by starting your 30-day free trial. Setting up your free trial is quick, easy, and secure. We will return you to this solution, unlocked, when you're done.

About this solution

Zone: Apache Web Server
Tags: apache, tomcat
Sign Up Now!
Solution Provided By: samri
Participating Experts: 1
Solution Grade: A
 
[+][-]07/04/02 07:47 PM, ID: 7130940Expert Comment

At Experts Exchange, members can ask their questions to thousands of technology professionals, also known as Experts. Experts compete and collaborate to answer those questions by leaving comments like this one.

Start your 30-day free trial to view this Expert Comment or ask the Experts your question.

 
[+][-]07/05/02 02:28 AM, ID: 7131490Author Comment

Often, when Experts are collaborating with members who have asked questions, they will request additional information about the problem. Askers respond with an author comment like this one.

Start your 30-day free trial to view this Author Comment or ask the Experts your question.

 
[+][-]07/05/02 06:34 AM, ID: 7131965Expert Comment

At Experts Exchange, members can ask their questions to thousands of technology professionals, also known as Experts. Experts compete and collaborate to answer those questions by leaving comments like this one.

Start your 30-day free trial to view this Expert Comment or ask the Experts your question.

 
[+][-]07/08/02 02:49 AM, ID: 7137305Author Comment

Often, when Experts are collaborating with members who have asked questions, they will request additional information about the problem. Askers respond with an author comment like this one.

Start your 30-day free trial to view this Author Comment or ask the Experts your question.

 
[+][-]07/08/02 03:59 AM, ID: 7137406Expert Comment

At Experts Exchange, members can ask their questions to thousands of technology professionals, also known as Experts. Experts compete and collaborate to answer those questions by leaving comments like this one.

Start your 30-day free trial to view this Expert Comment or ask the Experts your question.

 
[+][-]07/10/02 06:55 AM, ID: 7143447Author Comment

Often, when Experts are collaborating with members who have asked questions, they will request additional information about the problem. Askers respond with an author comment like this one.

Start your 30-day free trial to view this Author Comment or ask the Experts your question.

 
[+][-]07/10/02 08:14 AM, ID: 7143704Expert Comment

At Experts Exchange, members can ask their questions to thousands of technology professionals, also known as Experts. Experts compete and collaborate to answer those questions by leaving comments like this one.

Start your 30-day free trial to view this Expert Comment or ask the Experts your question.

 
[+][-]07/12/02 05:22 AM, ID: 7148866Author Comment

Often, when Experts are collaborating with members who have asked questions, they will request additional information about the problem. Askers respond with an author comment like this one.

Start your 30-day free trial to view this Author Comment or ask the Experts your question.

 
[+][-]07/12/02 08:02 AM, ID: 7149396Expert Comment

At Experts Exchange, members can ask their questions to thousands of technology professionals, also known as Experts. Experts compete and collaborate to answer those questions by leaving comments like this one.

Start your 30-day free trial to view this Expert Comment or ask the Experts your question.

 
[+][-]07/17/02 09:15 AM, ID: 7159931Expert Comment

At Experts Exchange, members can ask their questions to thousands of technology professionals, also known as Experts. Experts compete and collaborate to answer those questions by leaving comments like this one.

Start your 30-day free trial to view this Expert Comment or ask the Experts your question.

 
[+][-]07/18/02 01:10 AM, ID: 7161555Author Comment

Often, when Experts are collaborating with members who have asked questions, they will request additional information about the problem. Askers respond with an author comment like this one.

Start your 30-day free trial to view this Author Comment or ask the Experts your question.

 
[+][-]07/25/02 02:44 AM, ID: 7176743Author Comment

Often, when Experts are collaborating with members who have asked questions, they will request additional information about the problem. Askers respond with an author comment like this one.

Start your 30-day free trial to view this Author Comment or ask the Experts your question.

 
[+][-]07/25/02 03:15 AM, ID: 7176793Expert Comment

At Experts Exchange, members can ask their questions to thousands of technology professionals, also known as Experts. Experts compete and collaborate to answer those questions by leaving comments like this one.

Start your 30-day free trial to view this Expert Comment or ask the Experts your question.

 
 
Loading Advertisement...
20091111-EE-VQP-92