Page 1 of 1

[SOLVED]contentcache.php permission changing

Posted: Sat Oct 16, 2010 9:26 am
by Nikau
Hello,

I have a slight problem with cmsms : on a regular basis, the permissions on the tmp/cache/contencache.php are reset to 000 and an error occur. I have to manually set it back to 777 each time.

Where can this come from? Any mean to prevent this behavior? In the information everything is OK except max_execution_time a bit too low (30s) and the httpd that can use create_dir_and_file.

thks

Re: [SOLVED]contentcache.php permission changing

Posted: Sat Oct 16, 2010 12:21 pm
by Nikau
The umask was set to 777, to the files and directory created had no permission at all. Set the umask to 000 and everything is OK.

Now, what setting is the best in term of security?