• Plesk Uservoice will be deprecated by October. Moving forward, all product feature requests and improvement suggestions will be managed through our new platform Plesk Productboard.
    To continue sharing your ideas and feedback, please visit features.plesk.com

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