A client of mine is having problems with his rebill-cronjob. The billing cronjob exits after (about) 30 seconds and most of the time 4 or 5 rebills.
This is the message sent by crond:
I have set max_execution_time to 300 (instead of 30 seconds) for all these php.ini's on my cPanel server and it's given correctly in phpinfo.php;
Questions
Would using /usr/bin/php instead of /usr/bin/lynx make any difference?
How can I let the lynx output be sent to my e-mail adress?
Is there any problem with lynx maybe? It automaticly exists after xxx seconds?
I am running APF Firewall, is that a problem?
Is Apache exiting running the php-file or is lynx exiting?
Any advise is welcome!
This is the message sent by crond:
Code:
Looking up www.paid-content-website.com
www.paid-content-website.com
Making HTTP connection to www.paid-content-website.com
Sending HTTP request.
HTTP request sent; waiting for response.
Alert!: Unexpected network read error; connection aborted.
Can't Access `http://www.paid-content-website.com...flow_rebill.php'
Alert!: Unable to access document.
lynx: Can't access startfile
Code:
/var/cpanel/version/php.ini-2
/etc/php.ini
/usr/lib/php.ini
/usr/local/lib/php.ini
/usr/local/lib/php.ini.new
/usr/local/cpanel/3rdparty/etc/php.ini
/usr/local/cpanel/3rdparty/lib/php.ini
/home/cpins/installd/buildapache/php-4.3.9/pear/tests/php.ini
/home/cpins/installd/buildapache/php-4.3.9/php.ini-recommended
/home/cpins/installd/buildapache/php-4.3.9/php.ini-dist
/home/cpapachebuild/buildapache/php-4.3.8/pear/tests/php.ini
/home/cpapachebuild/buildapache/php-4.3.8/php.ini-recommended
/home/cpapachebuild/buildapache/php-4.3.8/php.ini-dist
Would using /usr/bin/php instead of /usr/bin/lynx make any difference?
How can I let the lynx output be sent to my e-mail adress?
Is there any problem with lynx maybe? It automaticly exists after xxx seconds?
I am running APF Firewall, is that a problem?
Is Apache exiting running the php-file or is lynx exiting?
Any advise is welcome!