rarod
- Total activity 66
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 5
- Subscriptions 25
Comments
Recent activity by rarod-
In a internal cPanel ticket I got this: Changes to /usr/local/cpanel/3rdparty/etc/php.ini will persist but will always need the following run afterward. /usr/local/cpanel/bin/install_php_inis
-
Hi All ! Here my process: nano /usr/local/cpanel/3rdparty/etc/php.ini ---EDIT-- max_input_vars = 10000 ---- /usr/local/cpanel/bin/install_php_inis /scripts/restartsrv_cpanel_php_fpm Best regards...
-
Tryied with "cagefsctl --force-update" and "cagefsctl --reinit". Still the same. I made a "ps aux | grep user6517" while loading phpMyAdmin and I got this: user6517 665209 7.0 0.0 241536 19292...
-
I tried changing it in /usr/local/cpanel/3rdparty/etc/php.ini: same problem. Maybe a compatibility issue with cagefs/php-selector?
-
I changed max_input_vars to 10000 in /usr/local/cpanel/3rdparty/etc/phpmyadmin/php.ini: [LIST] Is working as expected if I open it from WHM->SQL Services->phpMyAdmin: I get no errors. If I open php...
-
I wish you luck if you contact Cachewall support. The project seems to be dead.
-
Can you use journalctl?. If yes: journalctl --since "2015-06-26 23:15:00" --until "2015-06-26 23:20:00"
-
Try this: linux-tips.com/t/disabling-reverse-dns-lookups-in-ssh/222
-
. Is there a way to make sure it stays at 10? In /etc/sysctl.conf file add the next line: vm.swappiness=10
-
So how can I re-allocate my memory to use less of it for swap? Swap uses hard disk, not memory. This is why is slower when the system uses swap. If you set swappiness to 10 the system should use ...