Document root
===========
/usr/local/directadmin/data/users/username/httpd.conf
Mysql login details
================
cat /usr/local/directadmin/conf/mysql.conf
Note:
====
We can install Nginx on Directadmin, but unfortunately there is no extra plugin installation for Nginx in directadmin like Cpanel.
For that we need to purchase the Danginx at http://www.danginx.com/ , then we will get the key and can be download the Danginx from http://portal.syslint.com/downloads.php?action=displaycat&catid=6 by providing the login details.
LICENCE UPDATE
================
If you need to update your DirectAdmin license manually, you can do so by running the following commands:
cd /usr/local/directadmin/scripts
./getLicense.sh 123 1234
/etc/init.d/directadmin restart
123 and 1234 are your Client ID and respectively License ID.
If there are errrors extracting the update.tar.gz file, then run the following to see the errors that show up :
head -n 1 /usr/local/directadmin/conf/license.key
If you have multiple IPs on your device and wget is binding to the incorrect one, you can specify the IP to bind to by adding it as the last argument:
cd /usr/local/directadmin/scripts
./getLicense.sh 123 1234 1.2.3.4
/etc/init.d/directadmin restart