Reference manual for squid's configuraiton directives
Index | Alphabetical Index |
adaptation_masterx_shared_names
# share authentication information among ICAP services
For each master transaction (i.e., the HTTP request and response
sequence, including all related ICAP and eCAP exchanges), Squid
maintains a table of metadata. The table entries are (name, value)
pairs shared among eCAP and ICAP exchanges. The table is destroyed
with the master transaction.
This option specifies the table entry names that Squid must accept
from and forward to the adaptation transactions.
An ICAP REQMOD or RESPMOD transaction may set an entry in the
shared table by returning an ICAP header field with a name
specified in adaptation_masterx_shared_names.
An eCAP REQMOD or RESPMOD transaction may set an entry in the
shared table by implementing the libecap::visitEachOption() API
to provide an option with a name specified in
adaptation_masterx_shared_names.
Squid will store and forward the set entry to subsequent adaptation
transactions within the same master transaction scope.
Only one shared entry name is supported at this time.
Example: adaptation_masterx_shared_names X-Subscriber-ID
Index | Alphabetical Index |