php5_cgi php.ini

renaming

There is a problem.
There is a file php.ini(root:root), he is located in public_html/php.ini and /home/users/php.ini. How to forbid renaming of file through Proftpd.
Please help.
 
chattr +i php.ini
But remember to clear immutable flag (chattr -i php.ini) before edit this file. ;)
 
Last edited:
Back
Top