Running mod_php & fastcgi/php-fpm parallel on ubuntu

Hi,

I was hoping to test-drive php-fpm on my apache server parallel to mod_php (e.g. 1 virtual host running mod_php and another running php-fpm); on ubuntu that is.

But I found out that fastcgi/phpfpm requires apache2-mpm-worker while mod_php requires apache2-mpm-prefork and that these two exclude each other.

So is it really true that on one ubuntu server you can not have php-fpm & mod_php run in parallel?

Any done this before?