Oracle HTTP Server(OHS) IPAddress restriction to reverse proxy resource
Sample Location directive that will allow access to "SampleApp" only to the IPAddresses mentioned below:
Example:
<Location /SampleApp>
SetHandler weblogic-handler
WebLogicHost <<Host Name>>
WebLogic <<Port Number>>
Order deny,allow
Deny from all
Allow from 192.168.1.1
</Location>
-- Siva Pokuri.
Comments
Post a Comment