Skip to main content

Ignoring "Excessive resource usage" for a single account

Comments

4 comments

  • kodeslogic
    @GoWilkes Please check the below guide it will help you. [QUOTE]
    0
  • ffeingol
    You could do it a couple of ways. in /etc/csf/csf.pignore you could do: user:example
    And everything for that user would be ignored You could also potentially do: pcmd:php-fpm: pool www_example_com
    which uses a Perl regex to match (assuming the pool is unique for that account).
    0
  • cPRex Jurassic Moderator
    The above answers should get you pointed in the right direction, @GoWilkes. If you need additional assistance, it might be best to reach out to the CSF team directly here: ConfigServer Community Forum - Index page
    0
  • GoWilkes
    I ended up doing this: pcmd:php-fpm: pool [regex to match all of the appropriate sites]
    I'm not thrilled with it, though, because I think that's going to remove ALL errors for these sites related to PHP-FPM, and not just the errors related to a high Process Time. I always ask here first to see if there's a non-CSF solution, but if not then I'll ask there next :)
    0

Please sign in to leave a comment.