I searched allot here on serverFault and found this solution...
Including this in virtual host should work:
php_admin_flag register_argc_argv = On
php_value max_execution_time = 1000
php_value session.gc_maxlifetime = 15000
php_admin_flag magic_quotes_gpc = on
But than it dawned me, I'm not using mod_php at all. I have php-fpm installed. And I really cannot find any information if my method will work, or if there is an alternative way...
So, what do I do if I've php-fpm and would like to have different settings for virtualhost?
S.