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
