P PauGasol Verified User Joined Feb 3, 2004 Messages 136 Dec 27, 2007 #21 iceuk626 said: Where do i set the /var/www/html to use its own custom php.ini ? Click to expand... n /etc/httpd/conf/httpd.conf n the vhost for /var/www/http add the code of Suconfg and set the path to php
iceuk626 said: Where do i set the /var/www/html to use its own custom php.ini ? Click to expand... n /etc/httpd/conf/httpd.conf n the vhost for /var/www/http add the code of Suconfg and set the path to php
A alexey.world Verified User Joined Apr 15, 2007 Messages 11 Oct 11, 2008 #22 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.
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.
S snk Verified User Joined Dec 19, 2007 Messages 95 Oct 12, 2008 #23 chattr +i php.ini But remember to clear immutable flag (chattr -i php.ini) before edit this file. Last edited: Oct 13, 2008
nobaloney NoBaloney Internet Svcs - In Memoriam † Joined Jun 16, 2003 Messages 25,333 Location California Oct 12, 2008 #24 I think it's called the immutable flag. Jeff
S snk Verified User Joined Dec 19, 2007 Messages 95 Oct 13, 2008 #25 yep. Thanks for correction, Jeff