Chapter 4: Property Reference
155
access_server( )
Determines whether the client can receive streaming content directly from the origin content server or
other upstream device. Set to no to serve only cached content.
Note: Since part of a stream can be cached, and another part of the same stream can be uncached,
access_server(no) can cause a streaming transaction to be terminated after some of the
content has been served from the cache.
Syntax
access_server(yes|no)
The default value is yes.
Layer and Transaction Notes
•Use in <Forward> layers to replace allow | deny( ). The access_server(no) property is
equivalent to deny( ) for a <Forward> layer.
•Use in <Proxy>, <Cache>, and <Forward> layers.
Applies to HTTP, SOCKS, and streaming transactions.
See Also
Conditions: bitrate=, live=, streaming.client=, streaming.content=