Strange issue - changes to all php.ini files do not apply
After editing my php.ini settings in all 3 locations (/etc/php5/apache2/php.ini, /etc/php5/cli/php.ini, and /etc/php5/cgi/php.ini) in terminal with nano, changing postmaxsize and uploadmaxfilesize so that larger files can be uploaded. Everything looks good. I restart apache, reboot the linode, and even shut the linode down and boot back up. When I check info, the settings are default - not the updated settings. I check the file again by opening them in nano and by checking the info.php file, and the settings are correctly saved as I had them when I open in Nano, but the info file says they are default.
What could possibly prevent the info file and the system from reading my updated php.ini files?
Would really appreciate any help.