Apache didn't got enought right
Apache didn't got enought right
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
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
-
- Collaborator
- Posts: 783
- Joined: Mon May 11, 2015 8:43 am
- Contact:
- Os: CentOS 6x
- Web: apache + nginx
Re: Apache didn't got enought right
Have you checked the file or folder permissions?
Re: Apache didn't got enought right
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.
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.