/etc/yubico/ksm/apache.conf is in yubikey-ksm 1.15-6.
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 19 20 21 22 23 24 25 | # yubikey-ksm default Apache configuration
<IfModule mod_php5.c>
Define yubikey-ksm
</IfModule>
<IfModule mod_php7.c>
Define yubikey-ksm
</IfModule>
<IfDefine yubikey-val>
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>
|