Archivio Domande

How to turn off safe mode in Plesk using SSH?  Stampa Articolo

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.

Hai trovato utile questa risposta?

Articoli Correlati

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 SSH?
SSH or Secure Shell is an Unix based command interface which allows you to connect to your server...
What is YUM?
CentOS is an operating system for virtual servers and YUM is a package manager for CentOS.You can...
How to check and read emails using telnet?
To check and read emails using telnet, follow the below steps. 1. In the command prompt, type the...
How to use telnet to send email?
To send emails using telnet, follow the below steps. 1. In the command prompt, use the code...