This file is indexed.

/usr/share/doc/python-apache-openid/examples/openid/inline/apache.conf is in python-apache-openid 2.0.1-0ubuntu3.

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
<Location "/apache_openid/openid/inline">
    SetHandler mod_python
    PythonAccessHandler apache_openid::protect
    PythonOption handler openid
    PythonOption store-type file
    PythonOption store-directory /tmp/apache_openid
    PythonOption authorized-users "%(authorized_users)s"
</Location>