Jump to content

Featured Replies

Posted

I have an IPS forum in hosting without cron option.

Can I execute the cron task from my other server with cron?

Executing for example this from my server:

https://www.externaldomain.com/applications/core/interface/task/web.php?key=de88ec652d09b0e5d776e1dfc9d57605

Edited by pequeno

Yes we support "web cron" as well in the AdminCP. There are services that can do this for you, but you could also set up a cron job on a server you have control of to do it yourself.

  • Author

Thank you @bfarber i know easycron, but I want use de cronjob in my server.

I put this cron in my server but seems not work.

cron_external.png.b54faa328a96aaf9558fc5051f413733.png

In hosting site I have select:

cron_external_1.png.68b21218bd111f05ec9dc75e68b169fc.png

Cronk Works in server. Log server:

May 21 17:20:01 server CROND[29837]: (serveraccount) CMD (https://www.externalwebsite.com/applications/core/interface/task/web.php?key=de85ec482d89b0e5d888e1dfc9d45896)

 

Edited by pequeno

  • Author

SOLVED.

CURL in cron is required. The cortrect line in server cron is:

 

/usr/bin/curl https://www.externalwebsite.com/applications/core/interface/task/web.php?key=de85ec482d89b0e5d888e1dfc9d45896

 

 

Recently Browsing 0

  • No registered users viewing this page.