Closed
Description
[magento_user@lnxdev01 magento2]$ groups apache
apache : apache magento_user
-rw-rw----. 1 magento_user apache 434532 Jan 14 18:34 CHANGELOG.md
-rw-rw----. 1 magento_user apache 3425 Jan 14 18:34 CONTRIBUTING.md
/var/www/html/magento2 and its subfolders and files have ownership as magento_user is in group apache
All permissions are granted.
My environment:
CentOS 7
MySQL 5.5.44
Apache 2.4.6
PHP 5.6.16
Zend Engine 2.6.0
The solutions in #2885 like
[magento_user@lnxdev01 magento2]$ sestatus | grep -i mode
Current mode: enforcing
Mode from config file: enforcing
[magento_user@lnxdev01 magento2]$ chcon -R -h -t httpd_sys_script_rw_t /var/www/html/magento2/app/etc
seems not work for my case.
Please advise.