Page 1 of 1

Apache didn't got enought right

Posted: Fri Dec 25, 2015 10:04 pm
by Bart
Hello,

Working on Symfony3, I'm actually facing an issue.
It seems Apache didn't got enought right to create directory on my cache & logs directory.

I have tryed a lots of things actually, and I do not understand why I can't create directory when I can create files, or write some parts of these folders when I can write others

Re: Apache didn't got enought right

Posted: Sat Dec 26, 2015 10:42 am
by tjebbeke
Have you checked the file or folder permissions?

Re: Apache didn't got enought right

Posted: Sat Dec 26, 2015 1:21 pm
by Bart
Helo,

Thank you for your reply.

Yes, I have, and it's all to 775.
Tryed to set them to 777 without anu changes.

I have also tryed to set umask(0000); to my php file, making sure it won't be changed, and again, no result.