HEX
Server: Apache
System: Linux server.enlacediseno.com 4.18.0-553.62.1.el8_10.x86_64 #1 SMP Wed Jul 16 04:08:25 EDT 2025 x86_64
User: maor (1069)
PHP: 7.3.33
Disabled: exec,passthru,shell_exec,system
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>