Search found 4 matches

by cubanvj
02 Jul 2015, 04:02
Forum: General Discussion (csf)
Topic: Excessive resource usage for PHP - how to check what PHP try to execute?
Replies: 1
Views: 2287

Re: Excessive resource usage for PHP - how to check what PHP try to execute?

In Centos, one of the php logs is /usr/local/apache/logs/suphp_log, try there first, the other thing would be to look for the domlogs for that doman /usr/local/apache/domlogs/gumball/*name of site* around that same time to see what was being ran
by cubanvj
02 Jul 2015, 01:58
Forum: General Discussion (csf)
Topic: Issue with IP
Replies: 1
Views: 2708

Re: Issue with IP

csf -g "customer's IP" on the server will tell you if it's being blocked and when. You can also grep "customer's IP" /var/log/messages and /var/log/secure , this should show you when attempts where made to connect along with when the IP started being blocked by the kernel.
by cubanvj
01 Jul 2015, 22:51
Forum: General Discussion (csf)
Topic: The F5 problem ?
Replies: 1
Views: 2210

Re: The F5 problem ?

Check to see if your "CT_LIMIT" has anything other than 0. Many time apache while start another connection if you reload the page. If the CT_LIMIT=1, then it would block anyone with multiple apache connections
by cubanvj
01 Jul 2015, 22:45
Forum: General Discussion (csf)
Topic: LFD high CPU retrieving global lists
Replies: 3
Views: 4937

Re: LFD high CPU retrieving global lists

I wonder what's going on at the same time in /var/log/messages ?