LoginSignup
0
1

More than 5 years have passed since last update.

WordPress更新 FTP/FTPS 無効化

Last updated at Posted at 2018-08-11

環境

OS: Ubuntu18.04 LTS
WEB: Apache2.4
PHP: PHP7.2
DB: MySQL5.7

対応

Apache User/Group 確認

$ vim /etc/apache2/envvars

// www-data というのを確認
export APACHE_RUN_USER=www-data
export APACHE_RUN_GROUP=www-data

Apache User/Group を、オーナーにする

// example DocumentRoot /var/www/wordpress
$ sudo chown -R www-data.www-data /var/www/wordpress

参考

Wordpressの更新で、FTP経由のアップデートを回避する方法
ubuntuのapacheユーザーとグループ

0
1
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
1