Can PHP be run in Apache via mod_php and mod_fcgi side by side?
- by Mario Parris
I have an existing installation of Apache (2.2.10 Windows x86) using mod_php and PHP 5.2.6. Can I run another site in a virtual host using FastCGI and a different version of PHP, while stilling running the main site in mod_php?
I've made an attempt, but when I add my FCGI settings to the virtual host container, Apache is unable to restart.
…