MR-GEORGIA
- Total activity 29
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 7
Comments
Recent activity by MR-GEORGIA-
Run this command to get all CPU cores at max speed: # for CPUFREQ in /sys/devices/system/cpu/cpu*/cpufreq/scaling_governor; do [ -f $CPUFREQ ] || continue; echo -n performance > $CPUFREQ; done
-
I have the same problem. Changes in the works?
-
The best module. Nginx Admin Install instruction: cd /usr/local/src wget http://nginxcp.com/latest/nginxadmin.tar tar xf nginxadmin.tar cd publicnginx ./nginxinstaller install Nginx Admin ...
-
[quote="cPanelMichael, post: 1668822">Please check to see if the following post on our Cloud Linux forum is helpful: ERROR : Ran adminbin Cpanel/hooks/mysql::adduser Thank you. Thank you. Corre...
-
warn [cpanel] Cpanel::Wrap::send_cpwrapd_request error: namespace=[Cpanel] module=[hooks] function=[mysql::adduser]: set error in context mysql: statusmsg=[The adminbin "hooks" in the "Cpanel" name...
-
Before I renew it, but the sites were damaged. I do not want the same to happen again.
-
Thank you for a response. I do not have the same record only zend_extension = "/usr/local/IonCube/ioncube_loader_lin_5.3.so"
-
[quote="cPanelMichael, post: 1484231">You may want to troubleshoot why Apache is loading slowly, as it's possibly the same reason Nginx is failing. The following thread includes some useful informa...
-
[quote="cPanelMichael, post: 1484212">Hello :) Nginx is not supported by cPanel. Have you tried temporarily disabling Nginx and using Apache to rule out that the issue is with Nginx itself? Thank...