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
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