Version 1.45.2
Released: 2014-05-02
new
Ability to hide version and license owner in headersdirectadmin.conf option:
show_info_in_header=1
which is the internal default.
If you set it to:
show_info_in_header=0
this will hide this information:
Server: DirectAdmin Daemon v1.45.1 Registered to JBMC-Software.com
and will replace it with:
Server: DirectAdmin Daemon
HOWEVER this only applies to non-authorized connections.
If a User is logged in, or API connects, the headers will still be present.
Related Thread:
https://forum.directadmin.com/threads/48868
Thanks to My-DNs.co.il for the request.
fixed
Nginx templates don\'t receive HAVE_PHP1_FPM=1With the apache template changes, which use HAVE_PHP1_FPM for apache 2.4.9+, and HAVE_PHP1_FPM_OLD for older than 2.4.9, nginx was not accounted for, so HAVE_PHP1_FPM_OLD was used, but does not exist in the nginx templates.
Fix was to check for nginx, and use HAVE_PHP1_FPM.