Reply To: Bad Gateway, cleanup page wont load nor will intro page

Author
Reply
  • #2373

    Hi,

    This looks like server issue. You are using mod_fcgid for PHP handling and the error you get points to the problem with too many connections and requests. I have never seen such issue with my plugin, and there would be no reason for that to happen, since plugin runs all cleanup tools in sequence, there is no need to add multiple connections.

    But, some plugin operations can take longer to complete, so plugin tries to raise timeout to higher value (unlimited actually). If your server doesn’t allow changing timout for PHP, you would get timeout error like this one.

    Regards,
    Milan