Apache VirtualHosts define php.ini but extend main php.ini
- by Hosh Sadiq
I have a main php.ini file and am wondering if it is possible to specify a custom php.ini for a virtualhost, but this php.ini would extend the main php.ini file, so that only the specified settings are overridden and everything else is taken the main php.ini. For example:
I have my main php.ini file in /etc/php5/php.ini, containing all the…