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.…

Updating, recompiling, VirtualHost templates, customizations, php safemode … systemd[12345]: Failed at step NAMESPACE spawning /usr/sbin/httpd: Permission denied

Updating, recompiling, VirtualHost templates, customizations, php safemode … systemd[12345]: Failed at step NAMESPACE spawning /usr/sbin/httpd: Permission denied A few reports of issues on Debian 8 boxes with the following error are preventing httpd from starting…

Updating, recompiling, VirtualHost templates, customizations, php safemode … Automating the removal of apache semaphores with ipcs/ipcrm

Updating, recompiling, VirtualHost templates, customizations, php safemode … Automating the removal of apache semaphores with ipcs/ipcrm If you there routinely need to remove apache semaphores with the ipcs/ipcrm tool, then if you can not sort…