This file is indexed.

/etc/ipplan/apache.conf is in ipplan 4.92a-2.

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
#Alias /ipplan/menus /usr/share/php/libphp-phplayersmenu
#Alias /ipplan /usr/share/ipplan

<Directory /usr/share/ipplan>
  Options FollowSymLinks
  AllowOverride Limit Options FileInfo

## Maybe you want to place it into vhost config
##
#  Order Deny,Allow
#  Allow from all
#
#  php_admin_value safe_mode off
#  php_admin_value open_basedir 'none'

</Directory>

# some people prefer a simple URL like http://ipplan.example.com
#<VirtualHost 1.2.3.4>
#  DocumentRoot /usr/share/ipplan
#  ServerName ipplan.example.com
#  Alias /menus /usr/share/php/libphp-phplayersmenu
#</VirtualHost>