How do I know which linux user Wordpress uses for plugin installation

前端 未结 4 1497
执笔经年
执笔经年 2020-12-25 14:59

I\'m trying to setup Wordpress to be able to install plugins via SFTP (SSH) on a Centos 6 VPS.

I\'ve been able to modify wp-config so it uses the right

4条回答
  •  有刺的猬
    2020-12-25 15:53

    On your production server, in your WordPress index.php file, at the top, you can temporarily put echo(exec("whoami"));die();

    Then browse to your WordPress site and see what user was running. On Ubuntu, mine was www-data.

    This was useful for me for: Can I install/update WordPress plugins without providing FTP access?

提交回复
热议问题