DocumentRoot

Updating, recompiling, VirtualHost templates, customizations, php safemode …How do I change the DocumentRoot of only one of my subdomains?

Updating, recompiling, VirtualHost templates, customizations, php safemode …How do I change the DocumentRoot of only one of my subdomains? As of DirectAdmin 1.59.5, the support for a subdomain document root override file has been add:…
DocumentRoot

Updating, recompiling, VirtualHost templates, customizations, php safemode …How to modify the open_basedir setting for one domain.

Updating, recompiling, VirtualHost templates, customizations, php safemode …How to modify the open_basedir setting for one domain. To change or modify the open_basedir value when using php in CLI mode (not suPhp), you can do so…

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…