Issues pertaining to the installation of DirectAdmin and it’s included services. Connecting to www.directadmin.com|216.144.255.179|:443… failed: Connection timed out.

Issues pertaining to the installation of DirectAdmin and it’s included services. Connecting to  www.directadmin.com|216.144.255.179|:443… failed: Connection timed out. If there during the install of DA, you face the following error: –2011-11-22 10:12:06–  (try:11)  https://www.directadmin.com/ Connecting…

Issues pertaining to the installation of DirectAdmin and it’s included services. ./install.sh: line 225: ./directadmin: cannot execute binary file

Issues pertaining to the installation of DirectAdmin and it’s included services. ./install.sh: line 225: ./directadmin: cannot execute binary file If you are getting one of the following errors: ./install.sh: line 225: ./directadmin: cannot execute binary…

Issues pertaining to the installation of DirectAdmin and it’s included services. /usr/include/krb5.h:2606:24: et/com_err.h: No such file or directory

Issues pertaining to the installation of DirectAdmin and it’s included services. /usr/include/krb5.h:2606:24: et/com_err.h: No such file or directory If you receive the following error /usr/include/krb5.h:2606:24: et/com_err.h: No such file or directory When you are compiling,…

Issues pertaining to the installation of DirectAdmin and it’s included services. Setting up DA with an SSL certificate

Issues pertaining to the installation of DirectAdmin and it’s included services. Setting up DA with an SSL certificate,Creating a Self-Signed Certificate You can switch the DirectAdmin to use SSL instead of plain text. -> https…

Issues pertaining to the installation of DirectAdmin and it’s included services. Cannot use SSH with old system accounts after Installation

Issues pertaining to the installation of DirectAdmin and it’s included services. Cannot use SSH with old system accounts after Installation Now For all SSH accounts that created with DirectAdmin, it adds the “AllowUsers” option to…

Updating, recompiling, VirtualHost templates, customizations, php safemode …CUSTOM HTTPD TEMPLATES: read order

For this guide, we’ll refer to apache/httpd.  If you’re running nginx or openlitespeed, the guide still applies, but changes in the template names may apply.  More on the different names in this guide. nginx Updating, recompiling, VirtualHost…
DocumentRoot

Updating, recompiling, VirtualHost templates, customizations, php safemode …Debugging an apache segfault

Debugging Apache segfaults can be tricky, in an attempt to find out which module may be causing it. You might see something like this in the /var/log/httpd/error_log: [Mon Aug 07 23:56:18.309463 2017] [core:notice] [pid 17630]…

Updating, recompiling, VirtualHost templates, customizations, php safemode …Using strace to debug what apache/php are doing.

Updating, recompiling, VirtualHost templates, customizations, php safemode …Using strace to debug what apache/php are doing. If you Trying to find a slowdown in your website and not sure where it is? Example: WordPress loads slowly…

Updating, recompiling, VirtualHost templates, customizations, php safemode … I need to ensure I have mod_rewrite enabled.

Updating, recompiling, VirtualHost templates, customizations, php safemode … I need to ensure I have mod_rewrite enabled. We are getting this question quite a bit, but is not too sure why.  It’s always enabling in Apache…

Updating, recompiling, VirtualHost templates, customizations, php safemode … I want to use different ciphers with Apache, using CustomBuild 2.0

Updating, recompiling, VirtualHost templates, customizations, php safemode … I want to use different ciphers with Apache, using CustomBuild 2.0 With the current ever evolving needs for security, good encryption cipher lists can be change regularly.…