Figured I'd post this here in case someone else is wondering too. It appears that is the recommended solution.
chown -R wwwrun.www app/tmp This is better than leaving permissions wide open. On Dec 1, 10:50 am, Stinkbug <[EMAIL PROTECTED]> wrote: > The Docs says: > > "make sure the /app/tmp directory in your cake installation is > writable by the web server user." > > On my server images and files have a user and group of wwwrun.www. I > tried changing the cache directory to that user and group and it > works. > > All of my other files are set up as root.data. > > So my question is, what is the proper set up for the cache directory? > > chmod 777 or some have said 775 works. > or > chown wwwrun.www > > Or should the entire cake app be set up as wwwrun.www? > > I ask because it's a little unclear to me what the securest option is. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "CakePHP" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/cake-php?hl=en -~----------~----~----~----~------~----~------~--~---
