Hi Which files i must check for kernel/system mysql and php and nginx limits? Thanks
Log limits or your mean which config files for system limits ? For system limits Code: /etc/sysctl.conf (only editing on non-OpenVZ servers) /etc/security/limits.conf /etc/security/limits.d/90-nproc.conf for config files Nginx is at /usr/local/nginx/conf/nginx.conf PHP-FPM you have PHP include file at /usr/local/nginx/conf/php.conf accessed via command shortcut = phpinc and php-fpm.conf at /usr/local/etc/php-fpm.conf accessed via command shortcut = fpmconf MySQL at /etc/my.cnf accessed via command shortcut = mycnf For other command shortcuts and their paths check FAQ 16 at http://centminmod.com/faq.html
I mean which log files to check for errors related to limits from kernel/system nginx mysql and php-fpm Sorry for my bad english ...
Oh for log files FAQ 19 at http://centminmod.com/faq.html Highly recommend to re-read FAQ if you haven't already http://centminmod.com/faq.html