This file is indexed.

/usr/share/doc/trafficserver/README.conf-remap.Debian is in trafficserver 5.3.0-2ubuntu2.

This file is owned by root:root, with mode 0o644.

The actual contents of the file can be viewed below.

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
Trafficserver-plugin-conf-remap for Debian
-----------------------------------------

* The conf_remap plug-in allows you to override configuration directives 
  dependent on actual remapping rules. 
* This plug-in replaces older legacy functionality which allowed to achieve a 
  similar behaviour previously by configuring remap rules for example with
  switches like "@pristine_host_hdr=1" in your remap configuration.
* If you want to achieve this behaviour now, configure a remap rule like this:
 
    map http://cdn.example.com/  http://some-server.example.com \
         @plugin=conf_remap.so @pparam=/etc/trafficserver/cdn.conf
  
  where cdn.conf would look like records.config, e.g.
    
    CONFIG proxy.config.url_remap.pristine_host_hdr INT 1

  Doing this, you will override your global default configuration on a per map-
  ping rule.

* You may want to look on 
  <https://cwiki.apache.org/confluence/display/TS/conf_remap+Plug-In> 
  for a full list of options which are allowed to be overridden and perhaps
  some updated information.

 -- Arno Toell <debian@toell.net>  Tue, 12 Jan 2011 19:30:18 +0100