I am trying to update to WordPress 4.2.2, but it requires FTP details.
Considering that everything WordPress-related is assigned to apache
, and the server runs as apache
, shouldn’t WordPress be able to upgrade without FTP?
WordPress is in the root. Here are the file owner/permissions:
/var/www (root):
permissions: 750
user: www
group: apache
All WP folders:
permissions: 755
user: apache
group: apache
All WP files:
permissions: 644
user: apache
group: apache
The problem with FTP is that only the www
user has FTP access, but it can’t work on directories assigned to apache:apache
.