Oracle iPlanet Web Proxy Server 4.0.14 Configuration File Reference

Format of a Variable

A variable is found in the obj.conf file when the following regular expression matches:

\\$[A-Za-z][A-Za-z0-9_]*

This expression represents a $ followed by one or more alphanumeric characters. A delimited version (“${property}”) is not supported. To use a regular $ character, use $$ to have variable substitution.