[Templates] Cache file permissions
Perrin Harkins
perrin@elem.com
Fri, 15 Mar 2002 12:13:10 -0500
Stathy G. Touloumis wrote:
> I noticed when creating a child persistent object certain directories are
> created with 'root' ownership causing some problems when attempting to write
> to the cache directory. Is there a way to change ownership of created
> directories?
It's probably creating them as root because your mod_perl process is
running as root. You may be able to just fiddle with your umask to fix
it. Search the mailing list archives for umask to see a bunch of info
on this.
- Perrin