This file is indexed.

/etc/apache2/conf-available/hoogle.conf is in hoogle 4.2.43-3.

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
# Apache config for hoogle

# Disable execution of hoogle from remote hosts
<Location /cgi-bin/hoogle>
    order deny,allow
    deny from all
    allow from localhost 127.0.0.1
    # allow from .your_domain.com
</Location>

# End hoogle config