Hi,

I am wondering how you all are managing permissions on your symfony 2
projects.

I seem to be constantly wrestling with permissions as I generate files
in app/cache form the command line (as my user) and from the apache
web server (as the apache user). Both of these users are generating
files and folders in app cache and the permissions are constantly
colliding. I find myself constantly doing this dance:

rm -rf app/cache
mkdir app/cache
chmod -R +w app/cache

I have tried the cache:clear console command, but this just runs into
the same permission issues.

Just curious what other are doing about this?

-- 
If you want to report a vulnerability issue on symfony, please send it to 
security at symfony-project.com

You received this message because you are subscribed to the Google
Groups "symfony users" group.
To post to this group, send email to symfony-users@googlegroups.com
To unsubscribe from this group, send email to
symfony-users+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/symfony-users?hl=en

Reply via email to