Search results

  1. ericovk

    PHP version not changing in multi php setup

    I swapped php versions (php1_release=7.4 and php2_release=7.3), but I see the /usr/local/php74 folder is almost empty. Only a lib folder is in there. php73 folder has a lot more folders and files.
  2. ericovk

    PHP version not changing in multi php setup

    Sorry, but I didn't understand what you wrote, ikkeben? I am running php as php-fpm. Running the VPS on CentOS 6 though. Could this be the root cause?
  3. ericovk

    PHP version not changing in multi php setup

    I already had a multi php setup with php 5.6 and 7.3. Just changed it to php 7.4 and 7.3 and rebuild it within DirectAdmin with the Martynas "custombuild" plugin. I only rebuilt php (should be fine I guess?) After building I changed the users php from 7.3 to 7.4, but shell tells me the user is...
  4. ericovk

    IPv6 not being written in httpd.conf

    I figured out what went wrong: As an admin, I deleted the (only registered) IPv6 address in DA admin level > IP management. During the deletion of the IPv6 address, this old IPv6 address was not UNLINKED from the (only) IPv4 address. I didn't mention this until this morning. When I clicked DA...
  5. ericovk

    IPv6 not being written in httpd.conf

    @bdacus01 Yes, I do need IPv6 enabled for this VPS. @smtalk I thought you meant IP manager from within DA (not the shell), sorry. The linked_ips is unreadable to me. # cat /usr/local/directadmin/data/admin/ips/77.72.150.35 gateway=...
  6. ericovk

    IPv6 not being written in httpd.conf

    Ok, I managed to get this working. But I think there's something wrong with my setup or the way DirectAdmin is handling IPv6 changes. When I go to reseller level > all users > select the user > select the IPv6 address from the "Set to" dropdown and set it there. The IP is changing in the...
  7. ericovk

    IPv6 not being written in httpd.conf

    PS: for full context: these are the steps I've taken to the issue I am running at. Issue: stuck with old IPv6 valiues in httpd.conf, so accounts aren't properly loaded over IPv6. Steps: 1) Cloned another VPS to this VPS 2) Changed network settings in CentOS (I changed IPv4 and IPv6 with...
  8. ericovk

    IPv6 not being written in httpd.conf

    Appreciate the help, but that isn't helping yet. I've checked the /usr/local/directadmin/data/admin/ip.list file from your doc page. The right ip's are in there: (obfuscated the ip's): xxxx:7c8:xxxx:xxx:0:0:0:1 xxx.xxx.150.35 But the ip in my vhost file is still the old ip: grep 443...
  9. ericovk

    IPv6 not being written in httpd.conf

    Yes, I've linked the (only) IPv6 address to the (only) IPv4 address, and made it global (though I have only one reseller). Edit: when I add another test domain as a new account to DA, I get the same message: When I view this httpd.conf hostfile, I see that the IP address is the correct one...
  10. ericovk

    IPv6 not being written in httpd.conf

    I had a VPS with DA that I cloned. Changed ipv4. Everything went fine for month. Now I've added ipv6 and things get messed up. When I open a hosted app from one of the users, I get the message: "This IP is being shared among many domains. To view the domain you are looking for, simply enter...
  11. ericovk

    MySQL 5.7 keeps restarting

    Yesterday I upgraded MySQL from 5.5 to 5.6 and directly to 5.7.25. I also rebuild php, and configured it from 2 php options to 4 php options. After the installation everything looked fine, but mysql keeps 'crashing' every 10 ~ 20 minutes. I checked Apache (root and user level) logs and MySQL...
  12. ericovk

    Changing DKIM key

    Hi, Is it possible to change the DKIM key record? So that it becomes something different that x._domainkey ? I changed the key manually in the DNS records (of both external DNS settings and in the DA account), but that doens't seem to work. I'd like to change it because my customer thinks the...
  13. ericovk

    Outlook and Hotmail receives all mail as spam

    PHP mail (default Wordpress e-mails) and SMTP mail from default DA mail accounts are all being received as spam by Outlook. I have tested this with a standard free Outlook.com account. I think there is something wrong with my mail setting. I've tried: checking on blacklists, the server is not...
  14. ericovk

    MD5 Checksum for all/letsencrypt.sh failed *again*

    Strange thing: Let's encrypt client isn't updating because of an incorrect MD5 checksum. I just changed DA download server to other (faster) mirror and tried to update let's encrypt by command line: /usr/local/directadmin/custombuild/build versions /usr/local/directadmin/custombuild/build...
  15. ericovk

    Letsencrypt script pointed to incorrect hostname

    We have a cloned VPS. Hosting provider changed the hostname in the files, like /etc/sysconfig/network and /etc/hostname and also at DA > admin > Administrator settings > hostname. When I tried to install letsencrypt and set it up for DA admin login, the script is trying to request a certificate...
  16. ericovk

    Stop auto-renewal Letsencrypt when account is suspended

    Is it possible to stop auto-renewal Letsencrypt when account is suspended? At the moment I have to completely remove the account to stop auto-renewal, when the domain isn't resolving to the account anymore.
  17. ericovk

    Custom HTTPD configuration not working on Apache/Nginx combination

    We are running a Apache/Nginx combination pretty much out of the box. When I try to install Magento 2, I have to rename the public_html folder to pub. Therefore I added this rule to the "Custom4" field in HTTPD customizations at the admin level. DocumentRoot...
  18. ericovk

    CSF blocking my whitelisted IP

    CSF is acting unexpected. My ip is in the allow list (/etc/csf/csf.allow) My ip is not in the deny list My ip is in Directadmin's whitelist (/usr/local/directadmin/data/admin/ip_whitelist) My ip is not in Directadmin's blacklist (/usr/local/directadmin/data/admin/ip_blacklist) Mostly my ip...
  19. ericovk

    DA ssl self-signed certificate not working

    I have a huge problem. The server worked nicely with a self signed certificate. After trying to install Letsencrypt certificate the server went down. Now even httpd isn't starting anymore. When I retry to install a self-signed certificate it doesn't seem to create the right private key...
  20. ericovk

    Directadmin thinks it needs to renew Letsencrypt later than required date

    I get this notification mail from my server: But in the SSL settings, DA is telling that the certificate needs to be renewed after 32 days. The SSL certificate isn't available atm. I had some problems with loggin in, because the date of my server was a couple of days out of sync. Maybe that...
Back
Top