This file is indexed.

/etc/apache2/conf-available/haci.conf is in haci 0.97c-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
12
13
14
ScriptAlias /haci/HaCi.cgi 	/usr/share/haci/cgi-bin/HaCi.cgi
ScriptAlias /haci/HaciAPI.cgi	/usr/share/haci/cgi-bin/HaCiAPI.cgi
ScriptAlias /haci/test.cgi	/usr/share/haci/cgi-bin/test.cgi

Alias /haci/ /usr/share/haci/html/
<Directory "/usr/share/haci/html/">
        Options Indexes MultiViews
        AllowOverride None
	Require all granted
</Directory>

<Location "/haci/*.cgi">
	Require local
</Location>