is it safe for the Apache to be the owner of the session directory (php)
Posted
by Itay Moav
on Server Fault
See other posts from Server Fault
or by Itay Moav
Published on 2010-05-25T19:59:55Z
Indexed on
2010/05/25
20:03 UTC
Read the original article
Hit count: 278
Since I have upgraded to php 5.3 I have issues with the session GC.
Seems he can't access the directory which is owned by root, Although I see sessions are being created there.
Is it safe to change the ownership of that directory to the Apache?
© Server Fault or respective owner