• The BIND DNS server has already been deprecated and removed from Plesk for Windows.
    If a Plesk for Windows server is still using BIND, the upgrade to Plesk Obsidian 18.0.70 will be unavailable until the administrator switches the DNS server to Microsoft DNS. We strongly recommend transitioning to Microsoft DNS within the next 6 weeks, before the Plesk 18.0.70 release.
  • The Horde component is removed from Plesk Installer. We recommend switching to another webmail software supported in Plesk.

Resolved Apache TraceEnable off

Seba

Basic Pleskian
Following my security path before to submit the system to a penetration test I find that I should disable this feature in Apache

Code:
TraceEnable off

though I haven't found any article related to Plesk, where should I put this config? in the httpd.conf? or is something that Plesk has already implemented as a default?

What about Nginx?
 
This option is there by default:

# grep -R TraceEnable /etc/httpd/*
/etc/httpd/conf/plesk.conf.d/server.conf:TraceEnable off
 
Back
Top