Knowledgebase

How to turn off safe mode in Plesk using SSH?  Print this Article

To turn off safe mode globally, follow the below steps.

1. Login to your server via SSH.
2. Open php.ini file, you can find it in this path "vi/etc/php.ini.
3. Find the code "safe_mode = On.
4. Edit that code to "safe_mode = Off.
5. Now restart Apache using the code "/etc/init.d/httpd restart.

Was this answer helpful?

Related Articles

How to enable SSH?
In your Grid service, the SSH is disabled by default, but you can enable it using the below...
How to Use SSH in Putty?
To use SSH in Putty you must have SSH login details and Putty software which you can download for...
How to enable root access to dedicated virtual servers?
Root access is not enabled by default for dedicated virtual servers, but you can enable it in...
How to install and use YUM?
YUM is pre-installed on your dedicated virtual server. YUM has many uses, the basis use is...
What is YUM?
CentOS is an operating system for virtual servers and YUM is a package manager for CentOS.You can...