Updating, recompiling, VirtualHost templates, customizations, php safemode …Allow php scripts to work under ~username when using suPhp (custombuild)

Updating, recompiling, VirtualHost templates, customizations, php safemode …Allow php scripts to work under ~username when using suPhp (custombuild) php scripts By default, suPhp is compiling in “paranoid” mode.  This means that the settings in the…
DocumentRoot

Updating, recompiling, VirtualHost templates, customizations, php safemode … How to add all of the Include lines into your httpd.conf

Updating, recompiling, VirtualHost templates, customizations, php safemode … How to add all of the Include lines into your httpd.conf If you want to  reinstall DA (./directadmin i) on a live box, your /etc/httpd/conf/httpd.conf file will…
DocumentRoot

Updating, recompiling, VirtualHost templates, customizations, php safemode …I want apache 2.0, php 5 and mysql 5

Updating, recompiling, VirtualHost templates, customizations, php safemode …I want apache 2.0, php 5 and mysql 5 – DirectAdmin essentially will work with any version of the software you want (within reason).   You can even use…

Updating, recompiling, VirtualHost templates, customizations, php safemode …Wildcard *.domain.com

Updating, recompiling, VirtualHost templates, customizations, php safemode …Wildcard *.domain.com, If you’d like to setup your domain to accept anything.domain.com, you can do the same with the following guide (Admin access required) Try to See the last…

Updating, recompiling, VirtualHost templates, customizations,  php safemode …Apache won’t start after update on FreeBSD

Updating, recompiling, VirtualHost templates, customizations,  php safemode …Apache won’t start after update on FreeBSD. An issue with php/apache is causing apache not to start in FreeBSD. The segfaults and core dumps, logged in the /var/log/httpd/error_log. Try…

Updating, recompiling, VirtualHost templates, customizations,  php safemode …How to track which site is using the apache processes and causing load

Updating, recompiling, VirtualHost templates, customizations,  php safemode …How to track which site is using the apache processes and causing load If you run apache 2.x with custombuild, then it’s already in the that file: /etc/httpd/conf/extra/httpd-info.conf…

Updating, recompiling, VirtualHost templates, customizations,  php safemode …Hotlink protection: How-To prevent people from stealing your files

Updating, recompiling, VirtualHost templates, customizations,  php safemode …Hotlink protection: How-To prevent people from stealing your files NowCreate an .htaccess file in your public_html directory with the following codes: RewriteEngine on RewriteCond %{HTTP_REFERER} !^$ RewriteCond %{HTTP_REFERER}…

Updating, recompiling, VirtualHost templates, customizations,  php safemode …Apache won’t start and there is nothing in the logs

Updating, recompiling, VirtualHost templates, customizations,  php safemode …Apache won’t start and there is nothing in the logs The Chances are, if apache is not starting and is not logging anything, the error_log is fully preventing…

Updating, recompiling, VirtualHost templates, customizations,  php safemode …Apache stops responding but is running

Updating, recompiling, VirtualHost templates, customizations,  php safemode …Apache stops responding but is running A few things that could cause that are: Possible Causes: 1) MaxClients is set to a value that is too low 2)…

Updating, recompiling, VirtualHost templates, customizations,  php safemode …cgi files generate Internal Server Error

Updating, recompiling, VirtualHost templates, customizations,  php safemode …cgi files generate Internal Server Error This means that the cgi script did not execute properly. There are several important causes that can generate mentioned error so a…