FastCgi Cron problem
I have a customer who runs a wordpress cronjob.
This cronjob is continuously running everytime.
when i use FastCGI on the server, the cron doesnt run and terminates . But when i use SUPHP the cron works perfect..
as we all know that Suphp eats alot of CPU .
so what should i do to fix this cron problem ?
also when i use FastCGI the cron gives 500 Internal server error. and it only executes for a specific time, not unlimited..
please help.
-
Did you check the logs whilst cron is trying to run with FastCGI? Use this command whilst executing the cron job to see the error details: tail -f /usr/local/apache/logs/error_log0 -
also when i use FastCGI the cron gives 500 Internal server error. and it only executes for a specific time, not unlimited..
Hello :) What's output to /usr/local/apache/logs/error_log when this happens? Thank you.0
Please sign in to leave a comment.
Comments
2 comments