Skip to main content
We are aware of an issue with a recent Apache update that causes proxied sites to return a "421 Misdirected Request" error. Please see the following article for more information and updates:
Websites show 421 Misdirected Request error while using EA Nginx

Setting up PHP cron jobs to run as each user account

Comments

3 comments

  • ThGe
    Make sure that that they use the dirname(__FILE__) or __DIR__ in the input for mkdir. And that the cron job is run with the correct path.
    0
  • Mister9
    Make sure that that they use the dirname(__FILE__) or __DIR__ in the input for mkdir. And that the cron job is run with the correct path.

    Thank you for leading me in the right direction. I checked the path where it was trying to mkdir and it was the incorrect path :eek:. After correcting it, working perfectly.
    0
  • cPRex Jurassic Moderator
    Thanks for the tip, @ThGe !!!
    0

Please sign in to leave a comment.