This file is indexed.

/usr/share/httpry/plugins/log_summary.cfg is in httpry-tools 0.1.7-3.

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
#
# Config file for log_summary.pm
#
# $output_file (required)
#    A valid path to write an output file
#    containing the collected summary data.
#
# $summary_cap (required)
#    Maximum number of values to output in
#    summary listings. Can be set to any
#    positive integer.
#

$output_file = "log_summary.txt";
$summary_cap = 15;

1;