> Ok, I got a box with CFMX installed on JRun, actually have 2 > instances installed, say one is cfusionone and cfusiontwo. > In IIS I know I can add a new site, via different port or > host-headers, so that http://domain:80/ uses cfusionone and > http://domain:88/ uses cfusiontwo. How to do this in Apache? > Google is not being my friend the pas two days with this. > Basicaly I want http://domain/foo to use cfusionone and > http://domain/goo to use cfusion two. I can see in > httpd.conf the stuffs loading the so, but only for the port > 80 root site.
In my limited Apache experience, this can be a little difficult but is certainly doable. However, an additional bit of complexity is that you seem to be asking about two different things. Your IIS example is about having multiple IIS virtual servers, which you can do in Apache using the VirtualHost directive. Later, though, you say you want to use the same virtual server (http://domain/) for both CFMX instances, which is a different thing altogether. To do that, each CFMX instance will require a different context root (/foo, /goo), and both instances will need to be connected to the same Apache virtual server. For more information on this, read "Configuring application isolation in Apache" within "Configuring and Administering ColdFusion MX" which is one of the CF documentation books, and which is viewable here: http://livedocs.macromedia.com/coldfusion/6.1/htmldocs/cluster8.htm#wp103767 Dave Watts, CTO, Fig Leaf Software http://www.figleaf.com/ phone: 202-797-5496 fax: 202-797-5444 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Special thanks to the CF Community Suite Gold Sponsor - CFHosting.net http://www.cfhosting.net Message: http://www.houseoffusion.com/lists.cfm/link=i:4:184473 Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4 Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4 Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4 Donations & Support: http://www.houseoffusion.com/tiny.cfm/54

