On each virtualhost, I have a custom php.ini:
PHPINIDir /var/www/site1/php.ini
What I currently do is copy the original /etc/php.ini
to /var/www/site1/php.ini
then do the modifications. But it's a headache, how can I just enter only the values which I want to change so the content of /var/www/site1/php.ini
for example will just override the default php.ini?
memory_limit = 256M