This file is indexed.

/etc/apache2/conf-available/rtgui.conf is in rtgui 0.2.81-5.

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
Alias /rtgui /usr/share/rtgui/www

SCGIMount /RPC2 127.0.0.1:5000

<Directory /usr/share/rtgui/www>
	Options +FollowSymLinks
	AllowOverride None
	Require all granted
    DirectoryIndex index.php
</Directory>