Version 1.57.1
Released: 2019-05-29
new
CMD_SYSTEM_INFO not showing 3rd/4th php versionsFixed CMD_SYSTEM_INFO to show php3 and php4 based on the CustomBuild options.conf file.
fixed
Segfault during domain name changeBug introduced in 1.57.0 relating to the mail_partition feature:
Custom partition location for email
causing a segfault when renaming a domain name.
fixed
openlitespeed in services.status for new installsBug where openlitespeed was in the services.status file at install time.
Work-around to resolve, edit:
/usr/local/directadmin/data/admin/services.status
and remove the "openlitespeed" line from the file.
fixed
Brute Force Monitor: table optimizationFound a case where the show_blocked_ips.sh was producing 119070 blocked IPs.
Many were duplicate values.
This caused the table sorting to chew on IP comparisons for quick a while.
Swapped the sorting over to a quick-sort, which is far quicker, but does lose the ability for sub-sorting (which is not used here anyway)
fixed
Tally: monthly reset to log start/finish in system.logMinor change.
Moved the log entries:
Reset All has started
Reset All has finished
to the system.log, instead of the errortaskq.log.