Search results

  1. S

    Websites with wildcard subdomains stop working after certificate update

    No, I worked around the problem by simply copy and pasting the certificate info (key, certificate, chain) to the relevant files in "/usr/local/directadmin/data/users/USERNAME/domains/" and reloading the apache config. This is not a certificate problem per se, but a problem which is probably...
  2. S

    Websites with wildcard subdomains stop working after certificate update

    I've been manually requesting LetsEncrypt wildcard certificates for years, and replacing them in the "SSL Certificates" section on the directadmin GUI. This has worked for years, but when I renewed and updated the certificates today, all wildcard subdomain domain websites stopped working. The...
  3. S

    Attach IPv6 to DA license instead of IPv4

    I read that as well (the bare minimum part), but could hardly believe it since we're in 2021 now where IPv6 has been available and accepted for many years already and where IPv4 addresses are running out and are becoming more expensive. I would run these servers behind a proxy (with both an...
  4. S

    Attach IPv6 to DA license instead of IPv4

    Hi, I have a couple of IPv6 only servers (due to the rising prices of IPv4), and I was wondering if I can attach an IPv6 address to a Directadmin license instead of IPv4. I couldnt find much information about this.
  5. S

    PCRE JIT error while building php7.3 and 7.4

    I found that one as well, and it gives the suggestion to add it to the php.ini (which one). I got around it for now by temporarily rebooting in a non grsec protected kernel. Luckily this is a test system.
  6. S

    PCRE JIT error while building php7.3 and 7.4

    That's where the error happened (on line 1133), but I assume this is a php.ini setting.
  7. S

    PCRE JIT error while building php7.3 and 7.4

    I'm trying to use custombuild to build php7.3 and 7.4, but during the process it quits with the following error: Fatal error: Uncaught InvalidArgumentException: RegexIterator::__construct(): Allocation of JIT memory failed, PCRE JIT will be disabled. This is likely caused by security...
  8. S

    DA-Toolbox: Bash script to make some update/install tasks easier

    I'm not sure if this is the correct forum for this. If not, it can be moved :) I have just published (on github: https://github.com/sempiterna/DA-Toolbox ) DA-Toolbox, which is a menudriven shell (bash) script to install and update software on DirectAdmin servers: Install PHP modules and...
  9. S

    Issue with MariaDB and MySQL updates

    1. On CentOS 7 with Custombuild 2, MariaDB gets installed. When I execute a minor version update of MariaDB using custombuild, it shows teh following: It seems MariaDB for CentOS 7 gets installed through CentOS 7 RPM's on new DirectAdmin installations, but subsequent updates come from CentOS 6...
  10. S

    Will there be support for PHP 5.6 in custombuild 1.2?

    Hi, I just tried to install PHP 5.6 on a server running custombuild 1.2, but received a response that the php5_ver value is incorrect. Will php 5.6 be supported?
  11. S

    Script to change all passwords on a DA server: da_changepass

    Hi, i am not sure if this is the correct forum for this. if not, please move it :) I have created a small php commandline script to change passwords for DA users, or e-mail addresses, or FTP accounts. This script can reset passwords for either all (DA/custom e-mail,/custom ftp) accounts, or a...
  12. S

    Some api commands do not (always) work from a remote location

    I am creating a php cli script that makes use of the DA api. It all works fine when i test it on a local DA box, but when i make an api connection from a remote location (and i tried several different geo locations/machines), some api commands return an empty result set. Empty result set meaning...
Back
Top