PDA

View Full Version : Workflow?


Niels
9th November 2009, 18:15
I saw a script here copying dns from one server to anohther. But it was only sql running.

Does ISPC run some cron jobs to create sites, ftp-users and dns?

till
9th November 2009, 19:13
ispconfig runs just one cronjob. See root crontab.

Niels
9th November 2009, 22:28
ispconfig runs just one cronjob. See root crontab.

Where do I find that?

till
9th November 2009, 23:07
Where do I find that?

As I told you already ;) See root crontab.

Niels
9th November 2009, 23:15
As I told you already ;) See root crontab.

hehe.... sorry but Im stupid to this... Im comming from Windows enviroment and dont know anything about linux (but are learning) ;)

do I need to log in using ssh as root? or is it in ispc-web?

till
9th November 2009, 23:18
Login as root user on the shell or with ssh and execurte the command:

crontab -l

to get the content of the root crontab.

But if you are just beginning with linux, I highly recommend that you do not modify anything regarding this cronjob!

Niels
9th November 2009, 23:28
Login as root user on the shell or with ssh and execurte the command:

crontab -l

to get the content of the root crontab.

But if you are just beginning with linux, I highly recommend that you do not modify anything regarding this cronjob!

Its ok... I understand :)