• Debian 11 is approaching its end-of-life (vendor EOL date - August 31, 2026). Plesk Obsidian 18.0.80 will be the last release to support it.
    If you are running Plesk Obsidian on Debian 11, we recommend you upgrade those servers to Debian 12 using our dist-upgrade tool.
  • We plan to deprecate and remove the support for XML RPC protocol versions earlier than 1.6.9.1 in Plesk Obsidian 18.0.82. We strongly recommend that you update all existing integrations using earlier versions of the XML RPC protocol to comply with the version 1.6.9.1 specification.

Scheduled Tasks - Correct permissions

SteveQ

New Pleskian
Hey there!

I have the following command to execute every 5 minutes this PHP file which is working correctly:
/usr/bin/wget -qq -O /dev/null http://url.com/script.php

I'm trying to figure out how can I make it so only the system (scheduled task or the server itself) can access to the file to execute it. I tried placing CHMOD 700 to the PHP file but everyone is still able to access to it and executive it.

Plesk version: 11.5.30 Update #44

I will really appreciate your help.
 
Hello,

Are you getting any error ?

Also please try to enable shall access for your domain and check this.
 
Hello,

Are you getting any error ?

Also please try to enable shall access for your domain and check this.

No, I just want the script.php file accessible for the "scheduled task" system itself so nobody but the system can access / execute the file.
 
Back
Top