This file is indexed.

/etc/perlbal/perlbal.conf is in perlbal 1.80-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
SERVER pidfile = /var/run/perlbal.pid

#
# This is an example webserver configuration.
#
# See /usr/share/doc/perlbal/ for example configs.
# See man Perlbal::Manual for for config documentation.

CREATE SERVICE docs
  SET listen         = 0.0.0.0:8080
  SET role           = web_server
  SET docroot        = /usr/share/doc/
  SET dirindexing    = 1
  SET persist_client = on
ENABLE docs


# always good to keep an internal management port open:
CREATE SERVICE mgmt
  SET role   = management
  SET listen = 127.0.0.1:16000
ENABLE mgmt