How can I override the default settings in php.ini if I have phpsuexec enabled?
Since the php module does not have control over the httpd.conf (or .htaccess files), you need to put a php.ini file with your needed changes in file in the directory your php scripts are running in.