Yesterday I figured out how too add local php.ini files to change settings localy in a siteworx account. And I figured someone here might find it usefull.
This have only been tested on a suPHP setup.
If you start with cd in to /etc/httpd/conf.d/ and check one of the vhost_ files. Check for the following line:
suPHP_ConfigPath /home/user/etc/
If it’s present, all a user needs to do is to create a folder at the root of their account with the name ‘etc’ and place the file inside that.
Over and out.