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. -- Yours, Kym Kovan mbcomms.net.au ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| 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:311030 Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

