seemans
- Total activity 11
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 3
Comments
Recent activity by seemans-
I disabled welcome email just by removing ` clientconf_manual_settings_include.html.tt `. cd /usr/local/cpanel/base/frontend/paper_lantern/mail mv clientconf_manual_settings_include.html.tt client...
-
I found lots of `Waiting for table level lock` by checking `SHOW FULL PROCESSLIST; and this causes stop responding new mysql query, and the number of processes of the server goes spike. Ch...
-
Hello :) You may also want to run a command such as "mysqladmin processlist" to see which databases are using up the most CPU when the server load is high. Thank you. Hi, There is one site on t...
-
There is no `Advanced Mode` for PHP configuration editor like EA3. It is a bit harder to find the lines where I want to edit in php.ini beyond the values on basic mode. `Advanced Mode` again pl...
-
I got it. yum remove ea-apache24-mod_suexec.x86_64 anyway, I used pre-configured profile `All PHP Options + OpCache`. It will overwrite and suexec ON again by EA4 auto-update?
-
If you want to disable suexec, you can simply remove that RPM from your stack. from my stack... exact command please?
-
EA4 forces suexec ON? My original configuration `Apache suEXEC off` on EA3 but converting to EA4 seems force suexec ON. I read How to Configure PHP and suEXEC from the Command Line - cPanel Kno...