Just a quick check.... Are you sure you don't have "Cache webpaths" ticked under CF admin? Or in the config file if your working with a version less than 6.1 I believe..
-----Original Message----- From: Jeremy [mailto:[EMAIL PROTECTED] Sent: Monday, 8 December 2003 10:07 AM To: CFAussie Mailing List Subject: [cfaussie] Apache and ColdFusion and Windows Hey guys, Just trying to set up virtual hosting and having a few issues with CF. <VirtualHost *:80> ServerName www.domain1.net ServerAdmin [EMAIL PROTECTED] DocumentRoot "C:/Program Files/Apache Group/Apache2/www/domain1" DirectoryIndex index.cfm ErrorLog "logs/seconddomain.com-error_log" TransferLog "logs/seconddomain.com-access_log" # NameVirtualHost www.domain1.net </VirtualHost> <VirtualHost *:80> ServerName www.domain2.net ServerAdmin [EMAIL PROTECTED] DocumentRoot "C:/Program Files/Apache Group/Apache2/www/domain2" DirectoryIndex index.cfm ErrorLog "logs/seconddomain.com-error_log" TransferLog "logs/seconddomain.com-access_log" # NameVirtualHost www.domain2.net </VirtualHost> I'm not very good with apache so all the documents I have read say that the above is correct. However coldfusion seems to "cache" the first cf page you go to. If anyone knows apache better then me can you point me in the right direction... Thanks!!!! Jeremy --- You are currently subscribed to cfaussie as: [EMAIL PROTECTED] To unsubscribe send a blank email to [EMAIL PROTECTED] MXDU2004 + Macromedia DevCon AsiaPac + Sydney, Australia http://www.mxdu.com/ + 24-25 February, 2004 --- You are currently subscribed to cfaussie as: [EMAIL PROTECTED] To unsubscribe send a blank email to [EMAIL PROTECTED] MXDU2004 + Macromedia DevCon AsiaPac + Sydney, Australia http://www.mxdu.com/ + 24-25 February, 2004
