Hello I am facing a very annoying and recurring problem.
I have some systems using Laravel on my CentOs 6.2
Every time the system tries to create a new file in the folder
for example
~ myapp / storage / *
He gives permission error
Even though I am giving chmod -R 777 storage /
He can create the file on time, but the other day he can't.
Already sought other solutions that is used as ubuntu for example of
sudo chgrp -R www-data storage bootstrap/cache
sudo chmod -R ug + rwx storage bootstrap/cache
cause chgrp: invalid group: `www-data'
I searched for an equivalent in CentOs never found.
My server is CentOs CENTOS 6.10 V82.0.11 on apache2
Thx
I have some systems using Laravel on my CentOs 6.2
Every time the system tries to create a new file in the folder
for example
~ myapp / storage / *
He gives permission error
Even though I am giving chmod -R 777 storage /
He can create the file on time, but the other day he can't.
Already sought other solutions that is used as ubuntu for example of
sudo chgrp -R www-data storage bootstrap/cache
sudo chmod -R ug + rwx storage bootstrap/cache
cause chgrp: invalid group: `www-data'
I searched for an equivalent in CentOs never found.
My server is CentOs CENTOS 6.10 V82.0.11 on apache2
Thx