You are here because your Apache server got hung and error log is full with above “[mpm_worker:error] scoreboard is full not at maxrequestworkers ” error. Unfortunately this is long time reported bug on Apache event mpm which can find at here . since this bug is not yet fixed at Apache event mpm, many experts …
Category Archive: Linux
Dec 15
Execute PHP script from command line
After successful installation of PHP on the web servers, many people confuse how to execute PHP script from command line. If you follow auto installation procedure such as yum or apt, then PHP CLI feature should be installed by default. If PHP installation done from compiling source, then there is little steps to follow to …
Nov 17
Install PHP APC on Linux
This will guide you how to install PHP APC on Centos Linux. You may be aware that APC is little bit older and it is replaced by APCu. If you really need to install APC, most of following steps are same, only thing you have to do it download latest stable APC version 🙂 1) …