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/10/12
3:39 UTC
Read the original article
Hit count: 489
- 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 separate packages.
- Issue :
On my first installation of my application, all works great. When I updated some JS and CSS files and accessed my application again from a PC on local network, I got the old JS and CSS versions. When I access 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 think that must be some cache but I don't know where. Maybe on Win Server 2008 R2 or on VMWare?
The question is: Why, when I access my application on the server, everything works fine, but when I access the same application from a local network, I do not see the updated versions of JS and CSS files?
© Server Fault or respective owner