Search results

  1. cjd

    php 5.x, 7.x and 8.0 cannot compile against openssl 3.0 or higher. Try php 8.1 or higher.

    It's already in the next beta. https://docs.directadmin.com/changelog/version-1.657.html#support-for-old-php-versions-on-modern-systems
  2. cjd

    Admin account

    It's possible, but it can take some work. I wouldn't recommened doing it if your not comfortable troubleshooting problems to make it work. https://forum.directadmin.com/threads/change-default-admin-username.64658/
  3. cjd

    HTTP/2 "Rapid Reset" DDOS attack

    Hopefully soon, looks like there is a patch in their repo. https://hg.nginx.org/nginx/rev/cdda286c0f1b
  4. cjd

    Backup for day

    @johannes for my file level backups I have been using UrBackup, there's probably better options out there but been using it forever and haven't seen a need to switch. I configure it to backup /etc/, /home/, /var/, /usr/local/directadmin/... anything else I don't really bother as I can spin up a...
  5. cjd

    Backup for day

    Cron jobs like that are dangerous, what happens if backups stopped for 8 days ago and you didn't notice and you needed to restore a backup. You would have no backups. Better to use folders for the last 7 days as was mentioned. I also like to go one step further and do a file level backup of...
  6. cjd

    How-to: build PHP 5.4 on CentOS8

    If you really need to run old versions of PHP, would suggest switching to CloudLinux for your DirectAdmin install https://www.cloudlinux.com/security-features/?nab=0#hardened-php
  7. cjd

    php-fpm81 get stuck / big load - server very slow / php-fpm: pool admin

    Sounds like some system tuning needs to be done, probably getting held up on SQL queries. I would start with checking MySQL/MariaDB with MySQLTuner https://github.com/major/MySQLTuner-perl It will give you recommendations to make to your my.cnf
  8. cjd

    ZSTD Compression

    As an alternative, I have been telling customers to use PeaZip https://peazip.github.io/
  9. cjd

    What is the future for Legacy DirectAdmin License holders?

    I am completely fine if I have to pay for yearly updates (and no support for lifetime licenses). As long as it is a resonable amount. Just to thow a number out there say $100/year (for legacy/lifetime) just for updates and no support. Would at least make an addional source of income for them...
  10. cjd

    DA Alpha 1.653 (bcc932d564d08fc7c419e2c69806239faf673ea9) Admin System Info blank

    Directadmin 1.653 (bcc932d564d08fc7c419e2c69806239faf673ea9) alpha, Admin level System Info page is blank. If I switch to user level it works.
  11. cjd

    Solved Restore mysql seems to hang, tasq.queue gone on restore

    Just a suggestion, when restoring a lot of users with large MySQL/MariaDB databases it's a good idea to run mysqltuner after. If I know what I'm adding in advance, I will make the changes before migating everything to make everything go smoother (going by the settings from the previous...
  12. cjd

    Cron Job Command for restart httpd Service ?

    Old thread, all info you need is there, needs to be done as root user.
  13. cjd

    Disable update for a specific software !

    OK, they don't probably care what version of curl is on the system. But it is a build dependency for many packages, so it's basically the first dependency it installs if missing from the package manager installed packages. Your removing it from yum installed packages works against how the...
  14. cjd

    Disable update for a specific software !

    I'm going to assume that DA is simply running a dependency update for anything that is missing using the package manager, and if you have removed curl from the system and manually installed it, yum thinks it's not installed and reinstalls the older version over your newer one as it's possibly...
  15. cjd

    Disable update for a specific software !

    On Debian based distro's there's a couple ways to lock a package version, here's some links to detailed instructions: https://itsfoss.com/prevent-package-update-ubuntu/ https://www.howtoforge.com/how-to-block-package-and-kernel-updates-in-debian-ubuntu/ I prefer not to do this, as security...
  16. cjd

    Disable update for a specific software !

    What OS/version are you running? For Debian I just use backports to get a newer version and it's been just fine as it replaces the older system curl.
  17. cjd

    can't upgrade from 2.4.54 to 2.4.57

    Humm, possibly a left over from the upgrade? Manually installed old library that the upgrade did not handle? Compile option in system environment? Missing dependency? Those are all possibilities that could generate the error. I would start checking your libtool/libltdl/bintools, could be...
  18. cjd

    DA insists I have 2326 domains

    No problem, glad it's working for you now, have a great day.
  19. cjd

    DA insists I have 2326 domains

    Didn't restart the server or anything while it was still setting up? Sounds like it didn't finish, maybe need to run it again manually. You can login as the root user and do: cd /usr/local/directadmin/custombuild ./build all See if that gets you back running.
  20. cjd

    DA insists I have 2326 domains

    How long ago did you install? Did you give it about an hour for it to install/compile everything? The control panel part installs fast, but you have to wait for it to finish installing before you create users/domains.
Back
Top