Bom dia,
Estou com um servidor teste rodando Centos 7.
Segue o diagnosis
verifiquei qual o usuário está rodando o apache
/etc/httpd/conf/httpd.conf
#
# If you wish httpd to run as a different user or group, you must run
# httpd as root initially and it will switch.
#
# User/Group: The name (or #number) of the user/group to run httpd as.
# It is usually good practice to create a dedicated user and group for
# running httpd, as with most system services.
#
User apache
Group apache
Setado o usuário apache como proprietário:
chown -R apache:root /var/www/html/scriptcase/
systemctl restart httpd
Setado as permissões nas pastas:
chmod -R 775 /var/www/html/scriptcase/
Após essas configurações, informa que está sem escrita na pasta tmp.
Poderiam me auxiliar?
Grato