176
Appendix D
Configuration Files
<LogFormat>
<Name = "welf"/>
<Format = "id=firewall time=\"%<cqtd> %<cqtt>\" fw=%<phn> pri=6 proto=%<cqus>
duration=%<ttmsf> sent=%<psql> rcvd=%<cqhl> src=%<chi> dst=%<shi>
dstname=%<shn> user=%<caun> op=%<cqhm> arg=\"%<cqup>\" result=%<pssc>
ref=\"%<{Referer}cqh>\" agent=\"%<{user-agent}cqh>\" cache=%<crc>"/>
</LogFormat>
mgmt_allow.config
The
mgmt_allow.config
file specifies the IP addresses of remote hosts allowed to access Traffic Manager.
If no entries exist in the
mgmt_allow.config
file, all remote hosts are allowed to access Traffic Manager.
Format
Each line in the
mgmt_allow.config
file has the following format:
src_ip=IPaddress_or_range_of_IPaddresses action=ip_allow
where
IPaddress_or_range_of_IPaddresses
is the IP address or range of IP addresses allowed to
access Traffic Manager.
Example
The following line in the
mgmt_allow.config
file allows only one user to access Traffic Manager:
src_ip=123.12.3.123 action=ip_allow
The following line allows a range of IP addresses to access Traffic Manager:
src_ip=123.12.3.000-123.12.3.123 action=ip_allow
nntp_access.config
The
nntp_access.config
file controls user access to news articles cached by the Traffic Server. Each line
in the
nntp_access.config
file describes the access privileges for a particular group of clients.
Format
Each line begins with a specific client group. There are three ways of specifying groups of clients: by IP range,
domain, or hostname. For example:
ip=0.0.0.0-255.255.255.255
ip=127.0.0.1
domain=hp.com
hostname=myhost.mydomain.com
IMPORTANT
After you modify the
mgmt_allow.config
file, Traffic Manager has to reread the
configuration files. Run the
traffic_line -x
command. If you are running a cluster,
you need only run the command for one node; the changes will propagate.
IMPORTANT
After you modify the
nntp_access.config
file, Traffic Manager has to reread the
configuration files. Run the
traffic_line -x
command. If you are running a cluster,
you need only run the command for one node; the changes will propagate.