Is this thing even possible because I searched every where but all I could find was this one post ?
Using .htaccess or using AddHandler/Action MIME module Directive ?
I have compiled all Apache, PHP 5.2 and PHP 5.3 on CentOS at path /usr/local/apache, /usr/local/php52 and /usr/local/php53.
I have the libphp5.so modules in my respective php folder by using symlink at /usr/local/php and LoadModule directive. I am able to switch PHP versions too but now I want that different directories to run with different PHP 5.x version. Is it possible ?
I don't mind recompiling PHP too.