> > IIS on XP (and I believe Vista and Win7 that aren't server versions) > doesn't allow multiple sites. It only allows for 1 site. That's why > our development team runs apache locally. >
That is what got me using Apache locally. After a while I actually started to prefer Apache over IIS. I have several installs of XAMPP for projects with different requirements. I have a rig for Adobe CF and one for Railo and another for OBD. Actually, in the past I used include files in the httpd.conf for switching between different CF engines. I was able to swap out CF engines by commenting/uncommenting the include files and restarting Apache. >>XP Pro IIS Admin by JetStat.com I tried that one and it works well. The main problem with that is that you can only run one site at a time. G! On Tue, Mar 2, 2010 at 10:29 AM, Scott Brady <[email protected]> wrote: > > IIS on XP (and I believe Vista and Win7 that aren't server versions) > doesn't allow multiple sites. It only allows for 1 site. That's why > our development team runs apache locally. It's not ideal, since our > production environments are IIS, but other than mod-rewrite/ISAPI > rewrite and slightly different Active Directory authentication, it > works for us. > > Scott > > On Thu, Feb 25, 2010 at 7:52 PM, Charlie Griefer > <[email protected]> wrote: > > > > I believe that nowadays IIS does the multiple sites thing. If that's the > > case, you should still be able to set up the foo.dev and bar.dev sites in > > IIS, which gives you the equivalent of top level domains, even though > > they're subdirectories within your webroot. > > > > > -- > ----------------------------------------- > Scott Brady > http://www.scottbrady.net > > ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Want to reach the ColdFusion community with something they want? Let them know on the House of Fusion mailing lists Archive: http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:331255 Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

