/etc/apache2/conf-available/chemical-structures.conf is in chemical-structures 2.2.dfsg.0-12.
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 | # chemical-structures setup for Apache
# with no virtual host
Alias /chemical-structures /usr/share/chemical-structures/
<Directory /usr/share/chemical-structures/>
AllowOverride None
DirectoryIndex index.html
Options +ExecCGI
AddHandler cgi-script .cgi
AddDefaultCharset UTF-8;
Require all granted
</Directory>
|