English 中文(简体)
Cronjobs Plesk 10.2.0 不工作
原标题:Cronjobs Plesk 10.2.0 Not working

目前,我正试图在平行普列斯克小组102.0工作。

我想运行的脚本在一个子域上。

我在指挥线上尝试过很多选择 但什么都没用

尝试 :

/usr/bin/php/home/httpd/vhosts/subdomain.domain.com/httpdocs/files.php

/usr/bin/wget -O -q http://www.subdomain.domain.com/file.php

/usr/curl http://subdomain.domain.com/controller/ action (http://subdomain.domain.com/controller/ action )

/var/www/vhosts/subdomain.domain.com/httpdocs/file.php

php/var/www/vhosts/subdomain.domain.com/httpdocs/file.php

上述工作都没有。 还是在 < code> Send 通知信息从调度器发送到电子邮件地址 < /code> 的调度任务设置中, 我填入电子邮件地址, 但我不会收到任何电子邮件 。

请帮帮我,谢谢!

<强 > EDIT

我的设置 访问SSH 上的服务器设置设置设置为 access to the server over SSH 设置为 access to Forbiden 我不知道这是否是一个原因

最佳回答

我学习了这个辅导课,它使我取得了积极的成果,在平行的圆顶上设立了一顶官职。

对我有用的句子是:

/usr/bin/php -f /var/www/vhosts/bonusgo.com/httpdocs/cron.php

不要忘记在您的主机管理面板中设置 Cron 工作信息/ 提醒的电子邮件地址

检查以下的url:在plesk 设置一个 Magento cron 工作

问题回答

如果您正在使用平行线, 需要以下 SHH 命令才能允许完全访问许可, 因为在使用限制访问权情况下运行的 cron 任务中允许完全访问权限 。

/用户/当地/ 地方/ psa/bin/ server_ pref-u - crontab- 安全壳 "/bin/sh"

并恢复访问许可

” ” 或“/地方/地方/psa/bin/ server_pref-u-crontab-security-shell”





相关问题
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 ...