• The BIND DNS server has already been deprecated and removed from Plesk for Windows.
    If a Plesk for Windows server is still using BIND, the upgrade to Plesk Obsidian 18.0.70 will be unavailable until the administrator switches the DNS server to Microsoft DNS. We strongly recommend transitioning to Microsoft DNS within the next 6 weeks, before the Plesk 18.0.70 release.
  • The Horde component is removed from Plesk Installer. We recommend switching to another webmail software supported in Plesk.

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