This file is indexed.

/etc/drupal/7/apache2.conf is in drupal7 7.41-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
Alias /drupal7 /usr/share/drupal7

<Directory /usr/share/drupal7/>
	Options +FollowSymLinks
	AllowOverride All
	order allow,deny
	allow from all
</Directory>