Cambio de DSO a suPHP en WordPress

  • Autor Autor Mosarella
  • Fecha de inicio Fecha de inicio
Mosarella

Mosarella

1
Ni
Redactor
Verificación en dos pasos activada
Verificado por Whatsapp
Suscripción a IA
Whenever you use the WordPress control panel to automatically install,
upgrade, or delete plugins, WordPress must make changes to files on the
filesystem. Before making any changes, WordPress first checks to see whether or not it has access to directly manipulate the file system. If WordPress does not have the necessary permissions to modify the filesystem directly, you will be asked for FTP credentials so that WordPress can try to do what it needs to via FTP.

The php in the server is running as a dso module. In order to fix the issue you have to change php to suphp.

If you need to enable suphp on the server, then you need to note the following points:

1. The php script that you are attempting to execute has permissions of no
more than 755 - 644 will work just fine normally, this is not something that
will need to be changed in most cases.

2. The permission of the directory that the script resides within is set to a
maximum of 755. This also includes directories that the script would need to
have access to also.

3. You shouldn't have a .htaccess file with php_values within it. They will
cause a 500 Internal server error, when attempting to execute the script.

4.The php_values will need to be removed from your .htaccess file and a php.ini
put in its place, containing the php directives as explained above.

Please verify above and let us know if we have to enable suphp in the server.


Thanks,
Frank
KnownHost Support

me piden que en mi archivo htaccess no existan "php_values" revise y no encontre eso, solo "php" para redireccionar el index.php pero creo que no se refería a esto así que supongo que voy bien. solo me queda la duda que es lo que debo hacer con el php.ini que actualmente lo tengo en la carpeta wp-content :afraid:

por cierto quiero pasarme de dso a suphp porque no me deja actualizar nada desde wordpress a menos que le ponga permisos 777 a todo y creo que eso sería un suicidio para mi sitio. saludos espero una manito de los expertos

:biggrin: :top:
 
Para pasar de DSO a SuPHP vas a tu WHM y escoges "Service Configuration >> Apache Configuration >> Configure PHP and SuExec"

Aunque mejor usa CGI o en su defecto FastCGI si lo tienes instalado
 
Para pasar de DSO a SuPHP vas a tu WHM y escoges "Service Configuration >> Apache Configuration >> Configure PHP and SuExec"

Aunque mejor usa CGI o en su defecto FastCGI si lo tienes instalado

solo negocios eres un genio, si estuvieses aqui te invitaria mi helado hahahaha, gracias que seria del mundo sin tu alma de dark
 
Tengo el mismo problema en este momento, y no se si usa php_values, aunque creo que no, por he revisado mis .htaccess
 
Atrás
Arriba