I have about 10 or 15 development websites that I’m working on in my account and since I want to deploy them with PHP running as CGI module, I have to setup every domain with its own CGI settings, which is time consuming to say the least, but also setting up cronjobs so they can updated weekly and securing php.ini individually, add to the tasklist. Now I’m just hoping if its possible to have one single directory /home/user/cgi-bin directory with all the files in it and let the .htaccess file in individual projects load the php.cgi and php.ini from a single cgi-bin directory, that way I will just have to pay attention to the security of one php.ini and all the projects can propagate the settings from there. Do you think its possible? or is there a better way to do it?
I have given it a shot but it doesn’t seems to be working but I haven’t really spent a whole lot of time in it to reach this conclusion.