This file is indexed.

/etc/apache2/conf-available/smb2www.conf is in smb2www 980804-41.

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
Alias /samba-images /usr/share/smb2www/images

<Location "/cgi-bin/samba">
	Require local
	# Require ip 192.0.2.0/24
	# Require ip 2001:db8::a00:20ff:fea7:ccea/10
</Location>

# vim: syntax=apache ts=4 sw=4 sts=4 sr noet