This file is indexed.

/etc/yubico/ksm/apache.conf is in yubikey-ksm 1.15-2.

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
15
16
17
18
# yubikey-ksm default Apache configuration

<IfModule mod_php5.c>
	Alias /wsapi/decrypt /usr/share/yubikey-ksm/ykksm-decrypt.php

	<Directory /usr/share/yubikey-ksm>
		Options None
		AllowOverride None
		<IfVersion >= 2.3>
			Require all granted
		</IfVersion>
		<IfVersion < 2.3>
			Order allow,deny
			Allow from all
		</IfVersion>
		php_value include_path ".:/etc/yubico/ksm:/usr/share/yubikey-ksm"
	</Directory>
</IfModule>