Search results

  1. stefantriep

    Warning: The system load average is 22.28

    I think the upgrading part of MariaDB won't be such an issue, but you can download websites and run a local webserver like MAMP or WAMP to test your websites if they still work with the higher version of MariaDB
  2. stefantriep

    Can't create SSL Certificate via API

    The error "You do not own that domain" hints enough in the right direction ;) I think you don't login as that user where the domain in is and SSL needs to be requested. apitest needs to be the user and the domain api.domain.com needs to be in that account and SSL needs to be ON for that domain...
  3. stefantriep

    error parsing config: field zstd: unexpeced value: 2

    Maybe an other device at your location logs in with an wrong password? An tablet or mobile phone maybe?
  4. stefantriep

    error parsing config: field zstd: unexpeced value: 2

    I think this need to be on 0 or 1, 0 to disable and 1 to enable zstd backup. See: https://www.directadmin.com/features.php?id=2814 The value 2 gives an error that DirectAdmin not expect as mentioned in the error
  5. stefantriep

    error parsing config: field zstd: unexpeced value: 2

    What do you have as value for zstd in the directadmin.conf?
  6. stefantriep

    Apache 2.4.52

    You could try to check the forums, the related topic was still in the top 10 posts at this moment, on the right side of the forum with the reason. ;) Thanks Richard!
  7. stefantriep

    Apache 2.4.52

    I see a downgrade back to 2.4.51, anyone some info?
  8. stefantriep

    PHP 8.1.1, 8.0.14, 7.4.27 - Composer 2.1.14

    Here at CentOS 7 no issues with the update from 7.4.25 to 7.4.27, but haven't tried to upgrade to 8.1.1 from 7.4.X.
  9. stefantriep

    Check if Let's Encrypt is still enabled

    Thanks, Erik has more nice tools in his Github repo's that I can use
  10. stefantriep

    Check if Let's Encrypt is still enabled

    Thanks, but I guess this isn't the solution I want. I just wanted to stay with Let's Encrypt, but want to know where I can see if LE is enabled and renewing is also enabled. This must be somewhere in the userconf so I can make a list of not renewing SSL-certificates and create a new one using...
  11. stefantriep

    Check if Let's Encrypt is still enabled

    I was wondering if there is any option to check in the user conf if Let's Encrypt is enabled. Use case: migrated 1100 accounts from server 1 to server 2 all had Let's Encrypt with renewal enabled. After the migration, the new server can't pick-up the renewal at all domains, so LE SSL expires...
  12. stefantriep

    Server stats log files E-mails Sent/Received

    Hi all, I was wondering where I can find the log file with the counters of the E-mails Sent/Received that's on the Server Stats page and got updated after the nightly tally. Just want to see how much mail a server is handles over time and not just the current month.
  13. stefantriep

    Can't create SSL Certificate via API

    In $username you put the user of the account where the SSL needs to be requested. I hope you don't have all your domains under the admin account
  14. stefantriep

    Errors with php-fpm.

    Have you fixed the issue in the end?
  15. stefantriep

    Can't create SSL Certificate via API

    I've got this also after the update and changed it to login as the user, so this need to be changed: $server_login="admin|".$username; And then it will work again
  16. stefantriep

    For those who experience timeout after installing directadmin. The ipv6=1 is the issue

    Just checking If I understood your issue right, you had issues if you've enabled IPv6=1 After enabling it starts with a call to https://api64.ipify.org over IPv6 first and you suggest to start with IPv4 first to avoid issues?
  17. stefantriep

    Apache's failing because of FollowSymlinks in 2.4.48

    You have 2 things, you have DirectAdmin and you have CustomBuild (CB) In DirectAdmin you could have CB 1.0 in the past, but new installs come with CB 2.0. CustomBuild makes versions of included software able to update within DirectAdmin DirectAdmin p sets the right file permissions so...
  18. stefantriep

    Apache's failing because of FollowSymlinks in 2.4.48

    Have you done /usr/local/directadmin/directadmin p ?
  19. stefantriep

    API Completely Broken After Update

    Thanks, the following works: $sock = new HTTPSocket; $sock->connect("ssl://".$server,'2222'); $sock->set_login($server_login, $server_pass); $sock->query('/CMD_API_ACCOUNT_USER', array( 'action' => 'create', 'add' => 'Submit'...
  20. stefantriep

    imapsync email from cPanel to DA

    I guess you need to enable --automap in your config, this maps the folders to the right folders. If this aint the solution, look for some prefix like INBOX or .INBOX
Back
Top