How to configure Apache to run in front of IIS (.net+php)
- by Chris
Hi
So basically I have IIS6 running a .net application, running on port 80. What I want is to insert php code in this application. I found on a forum someone suggesting to run Apache+php in front of the IIS server so, like this, the .net code will be interpreted by the IIS server and after that the result will be passed to Apache that will interpret the php code.
Is it possible?
If yes then how to configure the Apache server?
Thanks guys :)