-
1. Re: Using Coldfusion10 Standard with IIS and Apache2
vishu#13 Jul 14, 2014 7:36 AM (in response to derping)Assume a website name Test1 that is on Apache2 and you want to run it with CF 10 standard and a website name Test2 that is present in IIS which you also want to run with this CF 10 standard.
So yes, it is possible. Every website that you configure individually with IIS has a unique folder name (say 1, 2, 3 and so on.)
You need to run the Web Server Configuration Tool (wsconfig.exe) and add the IIS website/Websites one by one that you want to add. Every website will run with it's connector files present in the number folder 1,2,3 and so on (C:\ColdFusion10\config\wsconfig)
After 5th minute in this video the same is happening : https://www.youtube.com/watch?v=iHhSPTmRozM
Now you will need to run the wsconfig.exe and this time choose Apache and add the connector. Follow this video : http://blogs.coldfusion.com/post.cfm/video-configuring-coldfusion-10-connector-with-apache -virtual-hosts
HTH
Thanks
VJ

