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…

Updating, recompiling, VirtualHost templates, customizations, php safemode …How to restrict IP access to an Apache directory using an .htaccess file?

Updating, recompiling, VirtualHost templates, customizations, php safemode …How to restrict IP access to an Apache directory using an .htaccess file? If you want a path with sensitive data that you don’t want it to be…

Updating, recompiling, VirtualHost templates, customizations, php safemode …I do not want DirectAdmin to issue an HUP or restart apache during the nightly tally.

Updating, recompiling, VirtualHost templates, customizations, php safemode …I do not want DirectAdmin to issue an HUP or restart apache during the nightly tally. If there you are running a service on Apache where the connection…

Updating, recompiling, VirtualHost templates, customizations, php safemode …[emerg] (13)Permission denied: couldn’t grab the accept mutex

Updating, recompiling, VirtualHost templates, customizations, php safemode …[emerg] (13)Permission denied: couldn’t grab the accept mutex mutex, If you want the following error, or errors: [Wed Nov 16 08:37:07 2011] [emerg] (13)Permission denied: couldn’t grab the…