This file is indexed.

/etc/apache2/mods-available/php5filter.conf is in libapache2-mod-php5filter 5.3.10-1ubuntu3.

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
<IfModule mod_php5.c>
    <FilesMatch "\.ph(p3?|tml)$">
	SetInputFilter PHP
	SetOutputFilter PHP
    </FilesMatch>
</IfModule>