• Inviting everyone who uses WordPress management tools in Plesk
    The Plesk team is conducting a 60-minute research session that includes an interview and a moderated usability test.
    To participate, please use this link .
    Your experience will help shape product decisions and ensure the tools better support real-world use cases.

Cannot disable PHP safe mode on a domain

A

AllanG

Guest
Hi All,

I need to disable php safe_mode on my domain. The client account for the domain name has permissions to change the safe mode option. I then go into the settings for the domain name and set the option for safe_mode to off and click update however when I do phpinfo() on a script, php safe_mode is on.

Any ideas?
 
Try to do it in CLI with /usr/local/psa/bin/domain utility and -php_safe_mode option. Use --help option for more details.
 
Back
Top