/etc/dcmtk/apache.conf is in dcmtk-www 3.6.0-15.
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 | # dcmtk default Apache configuration
Alias /dcmtk_wlm /usr/share/dcmtk/www/
ScriptAlias /dcmtk /usr/lib/dcmtk/cgi-bin/
<Directory "/usr/lib/dcmtk/cgi-bin">
AllowOverride None
Options +ExecCGI
</Directory>
|