We are happy to announce that Vesta is back under active development as of 25 February 2024. We are working on Vesta 2.0 and expect to release it by the end of 2024. Read more about it: https://vestacp.com/docs/vesta-2-development
права 500 error CentOS 7
права 500 error CentOS 7
привет
столкнулся с проблемой 500-й ошибки на CentOS 7 для Magento 2 на вашей панели
selinux отключен совсем
гугление намекает - проблема в правах на файлы и директории
но манипуляции с правами не помогли
или
куда направить стопы свои для решения проблемы?
столкнулся с проблемой 500-й ошибки на CentOS 7 для Magento 2 на вашей панели
selinux отключен совсем
гугление намекает - проблема в правах на файлы и директории
но манипуляции с правами не помогли
Code: Select all
sudo chown -R :apache .
Code: Select all
chmod 700 app/etc
find . -type f -exec chmod 644 {} \;
find . -type d -exec chmod 755 {} \;
find var pub/static pub/media generated/ app/etc -type f -exec chmod g+w {} \;
find var pub/static pub/media generated/ app/etc -type d -exec chmod g+ws {} \;
chown -R :apache .
chmod u+x bin/magento