> That means (correct my if i'm wrong) that i have ot change those > IfModule mod_jrun22.c settings in the Apache config.
To the best of my knowledge, Apache won't let you use two different mod_jrun connector files. IIS will let you use different connectors for different virtual servers, but that doesn't help you on Windows XP, which only supports one virtual server. You may need to ensure that all your sites are using the newest one, which means upgrading the underlying JRun stuff for your older install. I would recommend that you look into multiserver configuration in this case. > That's ok but it's not using Apache, and that location is only > pointing to the locatio nof hte docs and admin. I need to be able to > access web sites using CF8, while still having CF7 going too. > Otherwise my sites wont work, and nor will a lot of my > includes, cfc calls, etc I'd like to be able to just have it > somehow that the server knows http://dev.clientA is a CF7 > site, and http://dev.clientB is a CF8 site. Why not just have different JRun web servers, so that http://localhost:8500/ is CF7 and http://localhost:8501/ is CF8? If it's because you need multiple virtual servers with each, things get more complicated. In that case, again, I'd recommend the use of multiserver. You might be able to run multiple copies of Apache (each with its own httpd.conf) but I haven't tried that. Dave Watts, CTO, Fig Leaf Software http://www.figleaf.com/ Fig Leaf Software provides the highest caliber vendor-authorized instruction at our training centers in Washington DC, Atlanta, Chicago, Baltimore, Northern Virginia, or on-site at your location. Visit http://training.figleaf.com/ for more information! ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| ColdFusion is delivering applications solutions at at top companies around the world in government. Find out how and where now http://www.adobe.com/cfusion/showcase/index.cfm?event=finder&productID=1522&loc=en_us Archive: http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:294599 Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

