Skip to main content

All Questions

Tagged with
1 vote
0 answers
151 views

Lynx-dump cron job not working after installing SSL certificate

I have a cron job that has always worked fine, until we installed an SSL certicate and updated our .htaccess file to redirect all http requests to https. Now, the cron job is not working and I'm ...
Claire K's user avatar
0 votes
1 answer
4k views

Cron Job Run Only Once

I set a cron job in CPanel , I am using hostinger, but it only run once even though I scheduled it to run twice in an hour, what may be the problem? **Time** **Command To Run** 0 0,12 * * ...
AndroidHacker's user avatar
0 votes
2 answers
4k views

Cron job string settings to fire 4 times a day in between 5-10

* 5-10 * * * will fire the script between the said timings but how will I control the count? BTW the count and the timings can be anything, means it will be dynamic and not static. Just put up a ...
Arnab Ghosh's user avatar
1 vote
1 answer
857 views

scheduling with cronjob to run the php file for only one time

How do I run the php file only once using the cron jobs. i.e., to schedule task to work on 20/06/2015 10:30:00 I tried something like this : 30 10 20 6 ? 2015 /usr/bin/php /path/to/my/file/...
Ahalya Hegde's user avatar
0 votes
0 answers
544 views

cPanel/WHM - Assign cron jobs to specific account package automatically

I would like to know if it's possible to, when creating an account in a specific package, automatically assign cron jobs to run in it. Example: I've created the account "example", wich is in package ...
Lucas Bustamante's user avatar
0 votes
1 answer
27 views

Do cronjobs run in CLI?

I am running PHP 5.5 with ZendOPcache integrated. There are two options for this extension - is cache enabled (which I've set to true), and the second one - is CLI cache enabled, which I've set to ...
thexpand's user avatar
  • 103
0 votes
1 answer
866 views

Cron Job Command To Delete 0 Byte Files

I need to have a Cron Job, that when it runs automatically deletes all of the files inside of a folder that are exactly 0 bytes. The script I am using allows users to enter their username so it ...
Kyle's user avatar
  • 11
2 votes
2 answers
5k views

How to set CRON to execute a php file outside of a public html folder?

I have a php file located at, let's say, for example: /data/web/process.php This file is not publicly available (no virtual host is running in that folder, but apache is installed). I need to ...
Frantisek's user avatar
  • 1,936