On Mon, Dec 08, 2003 at 11:07:20AM +1100, Jeremy wrote:

> <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...

If it's what I think it is, it's an issue with Cold Fusion, not Apache.

Look for the file jrun.xml under the CFusionMX directory. In that file
look for "cacheRealPath" and set that to "false" (without quotes).
Then restart the CF server. That should fix it.

I believe this setting is now visible in the Administrator under 6.1
as well.

Cheers

Paul Haddon
Technical Services Manager
Formstar Print Technologies


---
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