Directadmin came with php ad CLI options. So the php scripts run as apache user. You can use suphp , which help the php run as local user. Dircetadmin support suphp without much issues. Please use the following steps to enable suphp in directadmin. cd /usr/local/directadmin/custombuild/ ./build clean ./build update ./build set php5_cgi yes ./build [...]
When connecting to the MySQL screens in DirectAdmin, if this error appears, that would indicated that the “da_admin” user has not been setup correctly. Also you are reset the mysql root password too. To resolve this do the following. /etc/init.d/mysqld stop mysqld_safe –skip-grant-tables & That should start up mysql without the need for a root [...]
This article help you to configure journaled disk quota. It is one of the latest and fast quota format. Please do the following steps to enable quota 1) Enable journaled quota in /etc/fstab for all data partitions , see an example below ———— /dev/sda3 / ext4 defaults,noatime,usrjquota=aquota.user,grpjquota=aquota.group,jqfmt=vfsv0 0 1 /dev/sda6 /home ext4 defaults,noatime,usrjquota=aquota.user,grpjquota=aquota.group,jqfmt=vfsv0 0 1 [...]
We released cpremote version 5.3 with the following bug fix . Bug fix: cPremote will now only backup valid cPanel accounts. If you have any files like “system ” or “somename” in /var/cpanel/users/ folder , then it will check for the home folder and take backup of valid accounts only. Bookmark It
You can change Apache web server port to use a lightweight high-performance web server, such as nginx, as a front-end web server, and move Apache web server to back-end. To change Apache web server port, use the websrvmng utility with the following options: –set-http-port – set a custom http port; –get-http-port – get [...]












