CustomBuild=DA, whichever you update, you get the other one updated as well. My guess is that you’ve updated CutomBuild there, which is in the same package.
10 years? Last cURL update on CentOS7 curl-7.29.0-59.el7.x86_64.rpm is ~2 years old, I'm not sure where "10 years" number has been taken from?
yum -y update should update to 7.29.0-59 on CentOS7.
You may want to read...
It's a segmentation fault, something unexpected happens and it'd need debugging. The response comes from Apache, not DA, and it's a case which should never happen. I'd suggest opening a support ticket for the assistance.
I don't think we need to hide the names :) If there is a room for improvement - I'd prefer suggestions, instead of going back to the old mechanism where part of DA was split into 2 packages (CB+DA). Even something as simple as MariaDB 10.3 support in CB and old DA brought major problems due to...
You'd need to enable it in user-level :) What's the CMS you're trying to configure redis for? It has no password/port as it uses a unix socket. Example for WordPress: https://docs.directadmin.com/other-hosting-services/mariadb-mysql/redis.html#how-to-use-redis-with-wordpress
I think you may have immutable flag set for /etc/exim.conf :) Maybe you've customized that file and didn't want it to get updated? Please check:
lsattr /etc/exim.conf
https://docs.directadmin.com/getting-started/installation/overview.html#running-the-installation-with-predefined-options
DA_SKIP_CSF=true DA_SKIP_SECURE_PHP=true ./setup.sh LICENSE-KEY
I'd suggest creating a ticket on this one
If we do this, we'd check if md5sum matches original file (c66fa5c576426d50a5eec1965fcb02fa) from files1. And 1b44ddd6214a4aa94235ae9c3c227fb9 for proftpd.sftp.conf. So that we'd be sure port 23 was used, and non-working config as well :) Would you see any problems with it?
I was unable to reproduce it. Even after apache re-compilation.
# /usr/sbin/suexec -V 2>&1 | grep 'AP_PER_DIR'
-D AP_PER_DIR="yes"
Would you mind creating a support ticket on it? (even if your license has no support, just name that an exception has been given for this case)
Thank you!
It's been fixed in alpha build, we're still thinking if we should auto-remove custom configs in next update of DA, if there are any configs for SFTP. The fix with alpha would be:
da update alpha
rm -f /usr/local/directadmin/custombuild/custom/proftpd/conf/proftpd.conf
rm -f...