5 Jul
2007
5 Jul
'07
1:40 p.m.
Quoting Darren Oh <darrenoh@sidepotsinternational.com>:
Has anyone worked on a way to prevent two Drupal sites on a single server from using the same temporary directory? Conflicts when multiple sites add the same files to /tmp affect Chat Room and XML Site Map.
I haven't worked on a way but possibilities exist. The one I see working best is to move the files directory to the sites directory. So if I have sample1.com and sample2.com; sites/sample1.com/files and sites/sample2.com/files would separate them. Earnie