Base de Conhecimento
How to turn off safe mode in Plesk using SSH? Imprimir este Artigo
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.
Esta resposta lhe foi útil?
Artigos Relacionados
How to enable SSH?
In your Grid service, the SSH is disabled by default, but you can enable it using the below...
In your Grid service, the SSH is disabled by default, but you can enable it using the below...
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...
To check and read emails using telnet, follow the below steps. 1. In the command prompt, type the...
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...
To use SSH in Putty you must have SSH login details and Putty software which you can download for...
What is SSH?
SSH or Secure Shell is an Unix based command interface which allows you to connect to your server...
SSH or Secure Shell is an Unix based command interface which allows you to connect to your server...
How to use telnet to send email?
To send emails using telnet, follow the below steps. 1. In the command prompt, use the code...
To send emails using telnet, follow the below steps. 1. In the command prompt, use the code...
