Hi phranque,
I have a copy im ny local. I modified the excel sheet and uploaded to the docroot using winscp.
Hi not2easy,
"Do you have E-Tags or far-date Expires set for .xls files? Are your .xls files cacheable?"
I am not accessing the file using any program or html file. so I didnt set any tag. Please correct me if i am wrong about understanding the E-tag what you informed.And also i am sorry i dont know how to check .xls files or cacheable or not. could you please tell me.
And sorry for different threads. Actually in my last thread i was telling about the whole cache and i feel its diviating from the original issue as the original issue is excel file is not reflecting.
So i opened a new thread so people can uderstand the problem easily and help me out. I apologize for the different threads.
I tried few things from that apache site. But i couldnt found the solution still.
As you said i cleared the browser cache and it didnt fix it.
I tired using mod_cache and used CacheDisable option inside the Docroot directive,the problem didn't solved then i used this outside the Docroot directive and got the same problem.
INSIDE THE DOCROOT DIRECTIVE
--------------------------------------
DocumentRoot "/nas/oss/apache/docroots/oss0/htdocs"
<Directory "/nas/oss/apache/docroots/oss0/htdocs">
Options Includes FollowSymLinks MultiViews
AllowOverride All
Order allow,deny
Allow from all
<IfModule mod_cache.c>
CacheDisable http
://IP.IP.IP.IP/
</IfModule>
</Directory>
LoadModule cache_module modules/mod_cache.so
--------------------------------------
OUTSIDE THE DOCROOT DIRECTIVE
--------------------------------------
<IfModule mod_cache.c>
CacheDisable http
://IP.IP.IP.IP/
</IfModule>
-------------------------------------
I used Live HTTP Headers extension of moizila firefox to study the header value. I got some thing like below. But i couldnt see any thing related to cache.
GET /Cachetest.xls HTTP/1.1
Host: <IP>
User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:31.0) Gecko/20100101 Firefox/31.0
Accept: text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8
Accept-Language: en-US,en;q=0.5
Accept-Encoding: gzip, deflate
Connection: keep-alive
HTTP/1.1 200 OK
Date: Wed, 06 Aug 2014 05:29:09 GMT
Server: Apache
Last-Modified: Wed, 06 Aug 2014 03:40:26 GMT
Accept-Ranges: bytes
Content-Length: 17408
Content-Type: application/vnd.ms-excel
X-RBT-Optimized-By: sen-htb6050-wpa1 (RiOS 8.5.0) PT
Connection: Keep-Alive
Age: 482
----------------------------------------------------------
[edited by: phranque at 12:01 pm (utc) on Aug 8, 2014]
[edit reason] unlinked URLs [/edit]