English 中文(简体)
设置一个 cronjob 以执行 pib 回调 URL
原标题:setting up a cronjob to execute an api callback URL

请各位给我一个提示, 如何设置一个 Cronjob 执行我的 API 回调 URL 每15 分钟一次, 因为我的控制面板不具备这种能力, 请给我一个提示, 请给我个提示, 因为仍然处于音频级别, 例如: 我想设置一个 cronjop 执行这个 API 回拨 URL < a href=" http:// shop. site. com/modules/ cashenvoy/validation. com/modules/ cashenvoy/validation. php/ a > 每15 分钟, 我的控制面板有直接 Cronjob 设置的选项, 请让我怎么设置一个 Cronjob 执行这个 URL 。 感谢您的建议 。

问题回答
*/15 * * * *       root    /usr/bin/wget -O - http://localhost/your/callback.html >/dev/null 2>&1

这是给/etc/crontab-如果你想把这个放入每个用户的Crontab(用Crontab-e),

< strong> 还请注意, 运行 root 这样的 事项是一个坏主意 - 您也许应该用“ nobody”

许多网站主机网站都有自己的控制面板, 您可以在其中设置和编辑 cronjobs。 例如, 在 CPNel 中, 您可以选择此选项 。 请先查看那里 。

如果控制面板没有这种能力,也许你可以尝试这个命令:

0,15,30,45 * * * * /path/to/command

"http://www.erectronttoolbox.com/run-cron-com/run-cron-command- every15-minutes/" rel="nofollow" 标题="源头" > 来源





相关问题
Brute-force/DoS prevention in PHP [closed]

I am trying to write a script to prevent brute-force login attempts in a website I m building. The logic goes something like this: User sends login information. Check if username and password is ...

please can anyone check this while loop and if condition

<?php $con=mysql_connect("localhost","mts","mts"); if(!con) { die( unable to connect . mysql_error()); } mysql_select_db("mts",$con); /* date_default_timezone_set ("Asia/Calcutta"); $date = ...

定值美元

如何确认来自正确来源的数字。

Generating a drop down list of timezones with PHP

Most sites need some way to show the dates on the site in the users preferred timezone. Below are two lists that I found and then one method using the built in PHP DateTime class in PHP 5. I need ...

Text as watermarking in PHP

I want to create text as a watermark for an image. the water mark should have the following properties front: Impact color: white opacity: 31% Font style: regular, bold Bevel and Emboss size: 30 ...

How does php cast boolean variables?

How does php cast boolean variables? I was trying to save a boolean value to an array: $result["Users"]["is_login"] = true; but when I use debug the is_login value is blank. and when I do ...

热门标签