Re: [symfony-users] [symfony2] file permissions, difference between app/console and apache

2011-06-14 Thread Mario Alberto Alvarez Garcia
Hi The solution to this problem was already created. Read this: http://symfony.com/doc/2.0/book/installation.html#configuration-and-setup There you will see how to setup your permissions to avoid sudo chmod... stuff every time. -- If you want to report a vulnerability issue on symfony,

[symfony-users] [symfony2] file permissions, difference between app/console and apache

2011-06-10 Thread Ruben de Vries
I'm struggling a bit to get my linux file permissions setup in a manner where I can both use the CLI (app/console) and avoid issues with apache not being able to access files. The most often occuring problem is (ofcourse) the cache directory; If I do `app/console cache:clear` WITHOUTH

Re: [symfony-users] [symfony2] file permissions, difference between app/console and apache

2011-06-10 Thread oscar balladares
This is a common scenario in my case. The only advice I give you is to avoid working with other user than your regular user (don't work with the root account) if not, this will lead such file/dir permission issues. This is the thing. When you request a web url, i.e your app one, apache will