Hello. Where do I find the correct php.ini file for Ispconfig 3? I find alot of php.ini files, but which is correct? Need to change post max upload size and things like that.
You can change most settings within a PHP script using the ini_set() function. If you really need to alter the main php.ini try Code: /etc/php5/apache2/php.ini That's where it is on Ubuntu anyway. Depending on what distro you use it could be somewhere completely different, but you didn't say, so...
I had 5 different php.ini files showing up. I changed 4 of them to symbolic links pointing to one. Easier to keep them all in sync.