Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations IamaSherpa on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Apache reverse proxy to multiple url links

Status
Not open for further replies.

Creems

Technical User
Jan 18, 2010
1
ZA
Hi there,

I'm trying to setup an apache reverse proxy to multiple links on a remote server that runs BEA WebLogic running PeopleSoft Apps.

Here is what I did in the httpd.conf file:

Servername psoft.co.za

<IfModule mod_weblogic.c>
WebLogicHost prspr01.co.za
WebLogicPort 7011
WLCookieName prspr01-7011-PORTAL-PSJSESSIONID
MatchExpression /
</IfModule>

<IfModule mod_weblogic.c>
WebLogicHost prspr01.up.ac.za
WebLogicPort 7013
WLCookieName prspr01-7013-PORTAL-PSJSESSIONID
MatchExpression /
</IfModule>


Original links:


But I want a situation whereby when I use this urls:

takes me to
and
takes me to
Can anyone please assist?


With the configuration above, only one link works the other link brings:
Site name is not valid. Check your url syntax and try again.


Regards.


Creems
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top