I have a LAMP server serving a number of different websites using NameVirtualHosts.
Until recently having a global php.ini file has been just fine, but recently one of our developers has requested some settings in php.ini that I'd rather not set globally.
I'm pretty sure I've heard that you can set up php.ini files on a per-site basis, but don't know how to go about doing this.
Can somebody point me in the right direction as to how to accomplish this?