/etc/apache2/conf-available/ch5m3d.conf is in ch5m3d 1.2.5+dfsg-1.
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 | # chemical-structures setup for Apache 2.4
# with no virtual host
Alias /ch5m3d /usr/share/javascript/ch5m3d/
<Directory /usr/share/javascript/ch5m3d/>
AllowOverride None
Require all granted
</Directory>
|