Should I add cronjobs to every extra server I add to my XFS ? ....
I think the answer is yes I should do. but the question is, how to do that ?
I need for an exact explanation for the following instruction :
Code: Select all
4) Add the cronjobs (don't to forget to replace /var/www/cgi-bin with your actual path):
* * * * * cd /var/www/cgi-bin;./transfer.pl >/dev/null 2>&1
What is the right cgi path I should replace with ( var/www ) ...
Does it the XFS script path ( for example : /home/myhost/public_html | then the command is :
Code: Select all
cd /home/myhost/public_html/cgi-bin;./transfer.pl >/dev/null 2>&1
Code: Select all
cd http://91.***.***.34/cgi-bin;./transfer.pl >/dev/null 2>&1