I have several sites all working well with suPHP. I tried switching to Fast-CGI and the ones that have the Gallery2 package installed don't work anymore. They give the following error. Code: [Fri Feb 12 13:10:06 2010] [warn] mod_fcgid: stderr: PHP Fatal error: Class 'GalleryUtilities' not found in /var/www/clients/client7/web17/web/_/gallery2/modules/core/classes/GalleryEmbed.class on line 1092 I know the error is specific to the script but why would that be supported in suPHP and not in Fast-CGI? Any way to resolve it? (PS - I'm lately getting a lot of ISPConfig3 specific hack attempts. Guessing from someone reading these posts maybe. None successful.)
I think I found it. Under suPHP you can change php variables in the .htaccess and with Fast-CGI you can't. Will move the changes to the main php.ini later to test this theory. Make sense?