This file is indexed.

/usr/share/httpry/plugins/common_log.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
18
19
20
21
22
23
#
# Config file for common_log.pm
#
# $output_dir (not required)
#    A directory to write client detail
#    files. If not specified, defaults to current
#    directory.
#
# $output_file (required)
#    A valid path to write an output file
#    containing the log file data.
#
# $ignore_response (not required)
#    Set to '1' if you want to ignore server
#    responses and only print available request
#    data.
#

$output_dir      = "";
$output_file     = "common_log.txt";
$ignore_response = 0;

1;