We could override the default php.ini settings using the
PHPINIDir /var/www/web1
directive in <VirtualHost>
decription.
But I have seen php_value
statements which is applied to all the sites in the httpd.conf files. For example :
php_value upload_max_filesize somevalue
Will the general settings like above override the custom php.ini settings?
Pardon me that I don't have an environment to test this out at present.