I am having problem with setting up a cron job i use plesk 8
this screen shows how i setted it up . ..
And where do i edit to change text that is displayed after link expires?
XFileSharing Pro - crone work
- PilgrimX182
- Posts: 2186
- Joined: Mar 22, 2006 1:39 pm
1. What problem with CRON??
You setted it a bit wrong. Should be
2. Expired text
You can change it in .htaccess for FileServer
You setted it a bit wrong. Should be
Code: Select all
cd /var/www/vhosts/hotdir.eu/cgi-bin;./cron.pl >/dev/null 2>&1
You can change it in .htaccess for FileServer
Sorry, but this code line set automatic pruning files?PilgrimX182 wrote:1. What problem with CRON??
You setted it a bit wrong. Should be2. Expired textCode: Select all
cd /var/www/vhosts/hotdir.eu/cgi-bin;./cron.pl >/dev/null 2>&1
You can change it in .htaccess for FileServer
Or need to setup cron?
Regards.
- PilgrimX182
- Posts: 2186
- Joined: Mar 22, 2006 1:39 pm
Code: Select all
cd /var/www/vhosts/hotdir.eu/cgi-bin;./cron.pl >/dev/null 2>&1
Please help me.. How To add into crontab joblist?PilgrimX182 wrote:this code should be inside crontab joblist file. only with your correct path.Code: Select all
cd /var/www/vhosts/hotdir.eu/cgi-bin;./cron.pl >/dev/null 2>&1
- PilgrimX182
- Posts: 2186
- Joined: Mar 22, 2006 1:39 pm
Thanks, added this line in crontab:PilgrimX182 wrote:lol. If you have cPanel, there's special page Cron Jobs.
If you have SSH console, you can type "crontab -e" and then edit crontab jobs as a text file.
Code: Select all
0 * * * * /var/www/virtual/domain.com/cgi-bin/cron.pl >/dev/null 2>&1
Thanks.
- PilgrimX182
- Posts: 2186
- Joined: Mar 22, 2006 1:39 pm