This method works and is great for your settings for one website or for rejecting cgi servers, if you have several sites that require different settings for each site, your path will be the default for all sites added to the panel.
If you have multiple sites
what you can do is set as default as above.
and for each individual site you can add custom values ββin the sites tab on ispconfig 3 ..
click on your site in the sites tab in ispconfig, and then select the options tab for this website.
There should be two input fields for setting the custom parameters php and apache2 for this site separately on ispconfig 3.
in php settings add your user settings
display_errors = On post_max_size = 48M upload_max_filesize = 24M
below where u can manually edit php.ini.
cgi website will be:
/etc/php5/cgi
sites in configurations belonging to a separate php.ini should be located in:
/var/www/conf/web1/php.ini
web1 above for site number 1 on the panel. for other sites it will be b web 2, for site 2, etc. etc.
if you want to create your own php.ini you can host your own:
/etc/php5/cgi/conf.d
also be sure to create info.php using any text editor,
<? phpinfo(); ?>
save as info.php
and upload it to your website to find the exact locations of your php.ini if ββyou are not sure where they are.
http://yourdomain.com/info.php