Some times , database size doesn’t update in Cpanel . You can check it through Cpanel===> MySQL database , it shows database size “zero” even if there is available database data. You should follow below steps to resolve this.==============================================root@server [#] vi var/cPanel/cpanel.configand search for following line.disk_usage_include_sqldbs=0 ( set it to 1 instead of 0 )wq:then you need to run […]
See MoreTag: hostripples
Warning: POST Content-Length of in Joomla.
Some times, you get below error while posting in Joomla . “Error : Warning: POST Content-Length of 9897293 bytes exceeds the limit of 8388608 bytes in Unknown on line 0?then you need to increase “post_max_size” in php.ini filepost_max_size =8MReplaced with as per your require.post_max_size = 12 Mthen check it.
See MoreInstall LiteSpeed on Cpanel server .!!!
Following post discuss how to install Install LiteSpeed on cPanel server. Login to SSH on the server running cPanel.# cd /usr/locel/src# wget http://www.litespeedtech.com/packages/cpanel/lsws_whm_plugin_install.sh# chmod 700 lsws_whm_plugin_install.sh# ./lsws_whm_plugin_install.sh# rm -f lsws_whm_plugin_install.shRegister for 15days trial license:http://www.litespeedtech.com/trial/license* Login to WHM and click the ‘LiteSpeed Web Server’ button.* Click ‘Install LiteSpeed’ and let it run through the installation procedure.* […]
See More