PhalconPHP

Installation Clone this repository into /var/cpanel/easy/apache/custom_opt_mods/ like so: Git on cpanel is at Or use the .zip: Make sure that the path is Or it will not show up in easy apache. From here, select Phalcon from the list of PHP modules. The module will be loaded from /usr/local/lib/php.ini.

How do I change maximum email size in cPanel?

There is no max file size limit that can be sent and received, however, cPanel defaults the limit to 50mb. You can change this in cPanel. To change this do the following, Login to cPanel as admin Under Service Configuration, Click “exim Configuration Manager” Click “Advanced Editor” Scroll down and Click “Add additional Configuration Setting” … Read more

Cpanel errors

Disable mod security I had to disable modsecurity and then uncheck “EXPERIMENTAL: Jail Apache Virtual Hosts using mod_ruid2 and cPanel® jailshell” enabled under the “Security” tab in “WHM >> Tweak Settings”.

Find and disable specific ModSecurity rules

ModSecurity uses can help block potential attack attempts from malicious users, but sometimes it can also block legitimate requests. Note: Using SecRuleEngine Off in your modsecurity configuration, you won’t want to put that in your ModSecurity configuration file. As that completely turns off ModSecurity. The SecRuleRemoveById setting is used instead to only disable one specific … Read more