Details:
I have one umbraco v4 installation setup on a windows server 2003 box.
There is 2 iis sites setup and a english and french site setup under the main content node.
Manage hostnames pointing to the hostheader names.
Each iis site uses a different app pool.
Problem is when i amend any content in the french site and publish it, the content does not get updated on the site, but the publishing work fine for the english site.
I have checked the cache file and it always has the correct data and so does the db.
When you actually preview the page from umbraco it is fine.
Seems to be snyc problem somewhere.
I have checked other threads and there does not seem to be a resolution, they are mostly talking about web farm etc....which i do not have.
Why are you using two IIS Sites? A Single site with both host headers would solve the issue.
If you must use two sites, you will need to set distributed calls to trigger the cache refresh on the opposing site. This is configured in umbracoSettings.config in the config folder (toward the bottom). The cache file is only part of the caching mechanism. The data is actually cached into memory.
Multi Language Site Publishing Issue
Hi guys,
Details:
I have one umbraco v4 installation setup on a windows server 2003 box.
There is 2 iis sites setup and a english and french site setup under the main content node.
Manage hostnames pointing to the hostheader names.
Each iis site uses a different app pool.
Problem is when i amend any content in the french site and publish it, the content does not get updated on the site, but the publishing work fine for the english site.
I have checked the cache file and it always has the correct data and so does the db.
When you actually preview the page from umbraco it is fine.
Seems to be snyc problem somewhere.
I have checked other threads and there does not seem to be a resolution, they are mostly talking about web farm etc....which i do not have.
Has anyone else had these issues?
Why are you using two IIS Sites? A Single site with both host headers would solve the issue.
If you must use two sites, you will need to set distributed calls to trigger the cache refresh on the opposing site. This is configured in umbracoSettings.config in the config folder (toward the bottom). The cache file is only part of the caching mechanism. The data is actually cached into memory.
Hope this helps.
Case
Thanks neehouse
Decided to use one site with 2 headers and all is well.
Thanks again.:d/
is working on a reply...