cPanel Logs
Logs Location Access logs and user actions …
Read MoreHow to Install And Configure Varnish Before installing Varnish, you will have to install the EPEL repository. You can do this by running the following command: yum install -y epel-release yum install -y varnish systemctl start varnish systemctl enable varnish systemctl status varnish varnishd -V Configure Varnish The Varnish configuration file will be located…
Read MoreThe EasyApache 4 PHP packages include, but do not install, the DSO handler by default. To use the DSO handler, install the PHP package that you wish to use. For example, to install the PHP 5.6 package, run the following command: yum install ea-php56-php by- eLite Server Management We Specialize In cPanel Server Management…
Read MoreEasyApache 4 supports PHP versions 5.4, 5.5, 5.6, and 7.0. by- eLite Server Management We Specialize In cPanel Server Management Affordable 24/7 Technical Support Company
Read MoreEasyApache 4 only supports Apache 2.4. You cannot install an older version of Apache. by- eLite Server Management We Specialize In cPanel Server Management Affordable 24/7 Technical Support Company
Read MoreTo install EasyApache 4, perform the following steps on the command line as the root user: Run the following command: /scripts/migrate_ea3_to_ea4 –run by- eLite Server Management We Specialize In cPanel Server Management Affordable 24/7 Technical Support Company
Read MoreEasyApache 4’s packages for PHP modules and extensions use the ea-php##-php-module naming convention, where ## represents the PHP version number and module represents the name of the PHP module. Install a PHP module or extension on your system with one of the following methods: Use WHM’s EasyApache 4 interface (Home >> Software >> EasyApache…
Read MoreBelow is the “find”command that looks for specific files in the “home” directory. The following script is finding files that are 500000k or larger find /home -type f -size +500000k -exec ls -lh {} \; | awk ‘{ print $9 “: ” $5 }’ The previous command will output a similar result like the following….
Read MoreGet your current sysload:- 18:54:44 up 22 days, 22:47, 1 user, load average: 2.54, 2.69, 2.40 USER TTY FROM [email protected] IDLE JCPU PCPU WHAT karlo pts/0 5ed07f32.cm-7-1b 18:49 0.00s 0.09s 0.00s w cat /proc/loadavg 2.49 2.68 2.39 1/149 2085 The load on server is around 2.5. This means before an interrupt (program call) is done,…
Read Moreyum list Loaded plugins: rhnplugin, security Traceback…
Read More