i have managed to get apache working with CF8 no problem . Thank you Aron West. He wrote a great article on this in the latest Fusion Authority Quarterly Update .
However the new cf ajax features don't respond at all on my apache sites. I know in IIS, in spite of ruinning the web server configuration tool, you sometimes need to manually create a virtual directory that points to CF's underlying ajax scripts or else cf8 ajax features don't work on IIS sites either. I think this is what i need to do with apache but i don't have the first idea how to do it. Any apache gurus know how to go about this? Kym Kovan wrote: > Stephen Adams wrote: > >> Hi, >> >> I'm trying to set up VirtualHosts in apache for the cf sites I'm working on. >> My setup so far is I have apache2.2.9 installed, with cf8 running on Vista >> Home Premium. Both are working fine, the CF administrator runs fine >> everything is ok. When I installed CF I did not use the JRun setting instead >> I selected the multi-server config and selected the Apache directory and bin >> file. >> >> But what I want to do is create Virtual Hosts for each site I work on, for >> example site1.local or site2.local >> >> I have edited my httpd.conf file >> > > > How did you edit your http.conf file? As you have installed Apache in > C:\Program Files\Apache Group, ie within Vista's "protected bit" you > will possibly find that the edited http.conf is sitting in > C:\Users\youraccountname\AppData\Local\VirtualStore\Program Files\Apache > Group\Apache2\conf and Apache isn't reading it abd still reading the > original file. We found we had to copy the file from there back to > Apache's own conf folder to make it read the edited file. > > > ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to date Get the Free Trial http://ad.doubleclick.net/clk;203748912;27390454;j Archive: http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:311032 Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

