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

Reply via email to