Strange issue ! Local network cache of PHP and Apache2 on Win Server 2008 R2
Posted
by
Ahmed Benlahsen
on Server Fault
See other posts from Server Fault
or by Ahmed Benlahsen
Published on 2012-09-25T08:34:45Z
Indexed on
2012/09/25
9:39 UTC
Read the original article
Hit count: 268
- Software configuration :
I have a new Server with windows server 2008 R2 installed via VMWare. I have installed Apache2.2, PHP5.2 and MySQL5.5 as separated packages.
- Issue : On my first installation of my application all works great. When I updated some JS and CSS files then I access to my application again from a PC on local network I get the old JS and CSS versions! But when I access to the same application on local server I got the latest versions of those files!
- Link of my application on local server is :
http://localhost/BADIL
- Link of my application from local network is :
http://LOCAL_SERVER_IP/BADIL
I never had this kind of issue! I think that there are some cache but I don't know where! Maybe on Win Server 2008 R2 or on VMWare !
The question is : Why when I access to my application on the server all works fine, but when I access to the same application from a local network I have the old version of JS and CSS files??
Any one can help me please?!
Regards.
© Server Fault or respective owner