> ah, the one place I failed to lookup. danke sir. Now, I see > how to do this using virtual hosts in Apache, which appears > to be analogous to a site in IIS. Now, what I want to do is > create two virtualhosts based on the dir. domain/foo and > domain/goo where the domain is the same. Is that possible > with Apache? Maybe I need to create two virtual hosts based > on ports, domain:80 and domain:88 and use mod_rewrite or something?
If the domain and port are the same, you only have one virtual host. Different names are how you typically differentiate between different hosts. If you want two CFMX servers to respond to different requests based on the directory, you'll need to have both of them talk to the single Apache virtual host. For example, if I want to set up www.foo.com and www.bar.com, I'd typically have separate virtual hosts for each. On the other hand, if I have www.foo.com/sales and www.foo.com/hr applications, they'd share the same virtual host. 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:184502 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

