Rebuild/restore the named.conf file on a Direct Admin server
1) SSH to server as root. 2) cd /etc 3) cp named.conf named.conf.BAK 4) wget -O /etc/named.conf https://www.directadmin.com/named.conf 5) then run: for i in `cat …
1) SSH to server as root. 2) cd /etc 3) cp named.conf named.conf.BAK 4) wget -O /etc/named.conf https://www.directadmin.com/named.conf 5) then run: for i in `cat …
Overview You can change an account holder’s password, if required. This is usually only necessary when an account holder cannot remember their password as they …
Overview WebHost Manager (WHM) enables you to list all subdomains on your server. This function will display all subdomains and parked domains, sorted by domain …
Overview This function allows users to display all domains that are parked on top of other domains. Steps To see a list of all …
Overview With WebHost Manager, you can restore multiple backups at the same time. You can only restore multiple backups of the same type: daily, weekly, …
If you need to go back to apache 1.3 after installing apache 2, you’ll need to do the following: 1) Restore the old httpd.conf file: …
Sometimes the precompiled wget binaries refuse to work with your ssl linked libraries. The simple solution is to compile a new wget binary to be …
1) SSH to server as root. 2) cd /etc 3) cp named.conf named.conf.BAK 4) wget -O /etc/named.conf https://www.directadmin.com/named.conf 5) then run: for i in `cat …
SSH to server as root and then perform the following: https://www.directadmin.com/forum/showthread.php?s=&threadid=5663&highlight=php5 * Compile the PHP 5 lib for Apache * – Download php to a …
SSH to server and then run the following commands. cd /usr/local/directadmin/customapache ./build clean ./build update ./build php
SSH to the server as root and run the following: cd /usr/local/directadmin mkdir customapache cd customapache wget https://files.directadmin.com/services/customapache/build chmod 755 build ./build update ./build all