I created below cron job under server:
cd /home/client-name/domain.com; lxphp.exe -f wp-cron.php
But still cron's run of wordpress had not any result.
I try it via SSH but has same action.
Also I try below cron without any error log:
cd /home/client-name/domain.com; lxphp.exe -f wp-cron.php > /home/client-name/domain.com/cron.log 2>&1
Can it related to edit of "/home/apache/etc/suphp/php.ini" by me or because update kloxo by you?