HEX
Server: Apache
System: Linux 162-240-236-42.bluehost.com 3.10.0-1160.114.2.el7.x86_64 #1 SMP Wed Mar 20 15:54:52 UTC 2024 x86_64
User: bt667 (1004)
PHP: 8.2.29
Disabled: NONE
Upload Files
File: //etc/apache2/conf.d/mailman.conf
<IfModule mod_headers.c>
    <Directory "/usr/local/cpanel/3rdparty/mailman/archives">
        # If a Content-Type has not already been set by other means, apply the default of application/octet-stream so the file will be treated as a download.
        Header add Content-Type application/octet-stream "expr=-z %{resp:Content-Type}"

        # Prevent the browser from attempting to guess the Content-Type.
        Header set X-Content-Type-Options "nosniff"
    </Directory>
</IfModule>