This file is indexed.

/etc/frontaccounting/apache.conf is in frontaccounting 2.2.10-3.1.

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
#Alias /frontaccounting /usr/share/frontaccounting

<Directory /usr/share/frontaccounting>
  Options +FollowSymLinks
  AllowOverride None
  DirectoryIndex index.php index.html
</Directory>

<Directory /usr/share/frontaccounting/sql/>
  Order Deny,Allow
  Deny from All
</Directory>

# some people prefer a simple URL like http://frontaccounting.example.com
#<VirtualHost 1.2.3.4>
#  DocumentRoot /usr/share/frontaccounting
#  ServerName frontaccounting.example.com
#</VirtualHost>