On Fri, Jun 17, 2011 at 01:38:20PM -0700, DlSnIpEr wrote: > Hi, > > Instead of using the same cache directory for the app/console commands > and for webserver generated content, can't we make the following > separation > > - app/console -> cache in: app/cache/console/ (maybe with /dev and / > prod) > - webserver -> cache as it is right now, app/cache/ ( /dev and / > prod)
> If I'm not clear enough let me know, I might try and explain it better/ > make a proof of concept PR. I like it. For some reason I didn't think about just having an app_cache.php in web/ to solve the different user issue with separating the cache. We should do the same with logs, web_<env>.log and console_<env>.log. I do think we should do app/cache/web and app/cache/console also. To just rm -rf app/cache/ would not work if that was the web and console/ are under that again. Messy. Thomas. -- 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 developers" group. To post to this group, send email to symfony-devs@googlegroups.com To unsubscribe from this group, send email to symfony-devs+unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/symfony-devs?hl=en