Oracle iPlanet Web Proxy Server 4.0.14 Configuration File Reference

Parameters

The following table describes the parameter for the deny-service function.

Table 5–57 deny-service parameters

Parameter  

Description  

path

A regular expression representing the path to check. Not specifying this parameter is equivalent to specifying *. URLs matching the expression are denied access to the proxy server. 

Example


<Object ppath="http://sun/.*">
# Deny servicing proxy requests for fun GIFs
PathCheck fn=deny-service path=.*fun.*.gif
# Make sure nobody except Sun employees can use the object
# inside which this is placed.
<Client dns=*~.*.sun.com>
PathCheck fn=deny-service
</Client>
</Object>