does custombuild have this feature?
to run php 5 + fastcgi, but without suPHP?
am i missing something here? is suPHP a mandatory thing when you want to use fastcgi?
currently, suPHP is breaking a lot of php scripts on the server and i have to keep going back to mod_php.
because most of the time, a client will not know how to chmod their files without group access since thats how they are used to doing, things like doing chmod 777 on some certain files. and suPHP will throw error when any file is over 755.
but id really like to use fastcgi over mod_php, main reason is the use of mpm-worker for multi-core
any suggestions or idea?
smtalk?
to run php 5 + fastcgi, but without suPHP?
am i missing something here? is suPHP a mandatory thing when you want to use fastcgi?
currently, suPHP is breaking a lot of php scripts on the server and i have to keep going back to mod_php.
because most of the time, a client will not know how to chmod their files without group access since thats how they are used to doing, things like doing chmod 777 on some certain files. and suPHP will throw error when any file is over 755.
but id really like to use fastcgi over mod_php, main reason is the use of mpm-worker for multi-core
any suggestions or idea?
smtalk?