
29th November 2012, 12:26
|
|
Super Moderator
|
|
Join Date: Apr 2005
Location: Lüneburg, Germany
Posts: 31,903
Thanks: 693
Thanked 4,191 Times in 3,209 Posts
|
|
No, the php.ini depends on the php mode that you use for the different sites or software applications:
php cgi: /etc/php5/cgi/php.ini
php fcgi: /etc/php5/cgi/php.ini
suphp: /etc/php5/cgi/php.ini
mod_php: /etc/php5/apache2/php.ini
|