For various reasons I have an Apache/Passenger combo which reverse proxy's to a Passenger Standalone server. Although most of the app is Rails based which Passenger Standalone handles properly there is a bit of php as well which it cannot handle.
I have been advised to exclude 'php' files from the Reverse Proxy so that they can be handled by Apache/php but I don't know how to.
My questions are:
Is this even possible and if so how please?
Thanks
Purvez