AP2,PHP5,DireatAdmin,Safemod on.
I have serious problem in PHP Safe Mode.
In the past, when I edited user`s file (in putty) Ex:
and then try to run the file ( http://url/index.php )
I got the error:
I could tun the file just after I gave it permissions
Today the safe mode are not working correctly and there is no defense on root`s files.
Any one knows how can I repair the safe mode and return the defense?
I have serious problem in PHP Safe Mode.
In the past, when I edited user`s file (in putty) Ex:
Code:
[root@server ~]# nano /home/bla/public_html/index.php
I got the error:
Code:
SAFE MODE Restriction in effect. The script whose uid is 515 is not allowed to access /home/bla/public_html/index.php owned by uid 0 in ...
I could tun the file just after I gave it permissions
Code:
chown user:user /home/bla -R
Today the safe mode are not working correctly and there is no defense on root`s files.
Any one knows how can I repair the safe mode and return the defense?