Oracle iPlanet Web Server - How To Consolidate Similar Reverse Proxy Directives?
(Doc ID 2081149.1)
Last updated on JUNE 20, 2024
Applies to:
Oracle iPlanet Web Server - Version 7.0 and laterInformation in this document applies to any platform.
Goal
How to consolidate similar directives in obj.conf for a reverse proxy?
An example would be to create a directive to parse anything prefixed with COMMON/common as seen below:
NameTrans fn="map" from="/COMMONAdminstrator" name="reverse-proxy-/" to="http:/COMMONAdminstrator"
NameTrans fn="map" from="/COMMONPreferences" name="reverse-proxy-/" to="http:/COMMONPreferences"
NameTrans fn="map" from="/COMMONDocument" name="reverse-proxy-/" to="http:/COMMONDocument"
NameTrans fn="map" from="/COMMONLogin" name="reverse-proxy-/" to="http:/COMMONLogin"
NameTrans fn="map" from="/commonlogin" name="reverse-proxy-/" to="http:/commonlogin"
Solution
To view full details, sign in with your My Oracle Support account. |
|
Don't have a My Oracle Support account? Click to get started! |
In this Document
Goal |
Solution |
References |