Guys, If you face semget error while restarting httpd. Please use following command. ipcs -s | grep nobody | perl -e ‘while () {@a=split(/\s+/); print `ipcrm sem $a[1]`}’ Then restart Apache service /scripts/restartsrv httpd It will help you to resolve the error.
See MoreTag: Linux commands
Auditd crashing
Auditd crashing recent problem with RHEL and cPanel causes some servers to crash on a daily or every couple of days basis. The normal symptoms of this sort of crashing are having the server crashing at the same time every time that it crashes. If you are having these problems I would suggest that you […]
See MorePHP-APC Installation
The Alternative PHP Cache (APC) is a free and open opcode cache for PHP. Its goal is to provide a free, open, and robust framework for caching and optimizing PHP intermediate code. wget http://pecl.php.net/get/APC-3.0.19.tgz ./cofigure make make install Add extension in php.ini Thats all.
See More