That's odd. When apache gets a request it shouldn't be passing *everything* off to CF by default. Something has to tell Apache to hand off a file to CF before it hands it back to the user who requested it... hmm...
I wonder if the mod_jrun adapter is what is telling Apache what files to pass off to CF? I can't think of any other logical explaination for that. If that's the case... then that sucks. That negates any control Apache might give us over what specific files to pass off to CF, and any control would HAVE to come from CF directly - which to my knowledge it doesn't. You could get finer-grained control over this with a J2EE server and a J2EE edition of CF. It doesn't look like it's possible with CF Standard. Warm regards, Jordan Michaels Vivio Technologies http://www.viviotech.net/ Open BlueDragon Steering Committee Adobe Solution Provider Scott Stevens wrote: >> Can you confirm that you added the "AddHandler" line to JUST the >> VirtualHost that you wanted to have the html files interpreted? What if >> you remove the "Directory" tags from around it and simply had the line >> directly in the VirtualHost directive? > > I did only add the AddHandler to the vhost.conf file for only the 1 domain. > It actually didn't matter if I added this. As soon as I made the edits to > the web.xml file outlined above, CF started processing .html, .htm files for > all domains. Editing the web.xml file is all I did, so unless there is a way > to do an IF statement in the web.xml file, I can't imagine how to get around > it running on all domains. > > ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to date Get the Free Trial http://ad.doubleclick.net/clk;207172674;29440083;f Archive: http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:313436 Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

