How to ext4 Disk quota (journaled ) in cPanel
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…
HOSTSEO BLOG - Practical insights on web hosting, server administration, cybersecurity, WordPress, domains and search visibility.
Browse the HOSTSEO article archive.
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…
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. …
To install DBI and DBD:mysql from source, run the following: wget http://www.cpan.org/modules/by-module/DBD/DBI-1.608.tar.gz tar xvzf DBI-1.608.tar.gz cd DBI-1.608 unset LANG; perl Makefile.PL make make install cd .. wget http://www.cpan.org/modules/by-module/DBD/DBD-mysql-3.0002.tar.gz tar xvzf DBD-mysql-3.0002.tar.gz cd DBD-mysql-3.0002 unset…
You can do plesk to plesk migration easily using the plesk migration wizard. You can see the “Migration Wizard” under “Server Management -> Tools & Utilities ” . If there is no such tool available…
The eaccelerator installation in directadmin is easy . This procedure is same in all php linux distribution. You may need to do the following procedure. This is based on redhat / centos distributions 1)…