#!/bin/bash # Written by Vivek Gite <www.cyberciti.biz> # AWK to list total file size, minimum, maximum and other size using Arrays # ————————————————————————– # Copyright (C) 2007 nixCraft project <http://www.cyberciti.biz/tips/contact-us> # This script is licensed under GNU GPL version 2.0 or above # ————————————————————————- # This script is part of […]
Tag: max
PleskFatalException Unable to connect to database
When a Plesk server exceeds the allotted Mysql connections, you will see the “Mysql: Too many connections” error message while accessing the Plesk control panel instead of the login prompt. The temporary solution is to restart the Mysql service, and the permanent solution is to increase the “max_connections”. ERROR: PleskFatalException […]
suhosin.post.max_vars: How to increase the value of Suhosin variables?
On a Suhosin enabled server, the values of suhosin parameters for example “suhosin.post.max_vars” are updated in the PHP configuration file i.e. php.ini. By default, non of the parameter is listed in the php.ini file and you have to mention the parameter and it’s new value manually. In order to increase […]
PHP Warning: POST Content-Length exceeds the limit
PHP Warning: POST Content-Length of xxxxx bytes exceeds the limit of xxxxxx bytes in Unknown on line 0 You receive the “POST Content-Length” error message when a file greater than the size defined in the php.ini file is uploaded via the browser. The file you are uploading using the POST […]