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
[SOLVED]contentcache.php permission changing
[SOLVED]contentcache.php permission changing
Last edited by Nikau on Sat Oct 16, 2010 12:20 pm, edited 1 time in total.
Re: [SOLVED]contentcache.php permission changing
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?
Now, what setting is the best in term of security?