HEX
Server: Apache
System: Linux 185.122.168.184.host.secureserver.net 5.14.0-570.52.1.el9_6.x86_64 #1 SMP PREEMPT_DYNAMIC Wed Oct 15 06:39:08 EDT 2025 x86_64
User: barbeatleanalyti (1024)
PHP: 8.1.33
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>