Recent content by Sab

  1. Sab

    PHPMyAdmin not working on IPv6

    Hey @k1l0b1t, I have the same issue, which setting in custombuild needs to be corrected?
  2. Sab

    File Manager display issue

    Update: Issue is present only in dark mode
  3. Sab

    File Manager display issue

    My DA file manager show black bands! How can I fix this issue?
  4. Sab

    Solved Slow startup times php-fpm74 30sec

    I deployed a new server with DirectAdmin and enabled php-fpm74 Setup a test site and find that php is very slow Even a simple phpinfo() page takes 30sec to load Apache MPM: Event Contents of /usr/local/directadmin/data/users/user/php/php-fpm74.conf [user] user = $pool group = $pool listen =...
  5. Sab

    Solved Can't receive email to a specific email address

    For the record, the issue was corrected. DA interface allowed an unsanitized input in the email forwarder which lead to the issue. /etc/virtual/domain.com/aliases manually edited to correct the issue.
  6. Sab

    Solved Can't receive email to a specific email address

    MX record are set fine. The issue is specific to an email account. If MX were incorrect it would affect all the 30 email accounts
  7. Sab

    Solved Can't receive email to a specific email address

    admin is not protected and [email protected] on same server work just fine
  8. Sab

    Solved Can't receive email to a specific email address

    Suddenly I can't receive an email at a particular email address (which was been working fine for past 12months). I can send emails but can't receive them. Other email addresses on the domain are working fine. I have removed the email address and recreated it but still, get the same error host...
  9. Sab

    Whats cooking?

    Been a while since the last DA version release. Wondering if something big is cooking or has the fire abated?
  10. Sab

    [Solved] php.ini locations/load order/best practice.

    Where should we place the .user.ini for it to take affect?
  11. Sab

    [Solved] php.ini locations/load order/best practice.

    Incase of DA with OLS (lsphp) can we use .user.ini to set PHP per domain?
  12. Sab

    Tuning my.cnf and 64GB Ram and 16 WordPress websites

    I'm curious how do you calculate, measure 'cache misses'. If you have a query or command please do share
  13. Sab

    Tuning my.cnf and 64GB Ram and 16 WordPress websites

    This is typical read/write spread over a few servers 1 +---------------+---------+ | Variable_name | Value | +---------------+---------+ | Com_delete | 31619 | | Com_insert | 91347 | | Com_select | 5067857 | | Com_update | 109736 | +---------------+---------+ 4...
  14. Sab

    Tuning my.cnf and 64GB Ram and 16 WordPress websites

    I see your point, these days CPU core and RAM are very low cost. Getting a 24core CPU with 128GB ram under $100 should make us think differently
  15. Sab

    Tuning my.cnf and 64GB Ram and 16 WordPress websites

    still as @wattie suggest you can monitor the impact after 24 hours of mysql running on load with query #mysql mysql> SELECT CONCAT(FORMAT(DataPages*100.0/TotalPages,2),' %') BufferPoolDataPercentage FROM (SELECT variable_value DataPages FROM information_schema.global_status WHERE variable_name...
Back
Top