Whenever developing your site, I recommend testing on your local server, then disabling your browsers cache. Then you will never see a previous version of the ste that you are working on, and will eliminate any cache systems between you and the server.

On 10/3/05, Joshua Slive <[EMAIL PROTECTED]> wrote:
On 10/3/05, Ryan McDonald <[EMAIL PROTECTED]> wrote:
> Hello everyone,
>
> When a browser makes a conditional request to see if a resource it has
> cached has changed, and that resource has not changed will that request
> be logged by apache and show the proper response code of 304?

Yes.

>
> I am trying to figure out why a browser is not receiving updated js
> files and am not even noticing the request in the apache log and was
> wondering if this is normal.

No.  The browser is probably hitting a cache -- either its own, or an
intermediate one between it and the server.

Joshua.

---------------------------------------------------------------------
The official User-To-User support forum of the Apache HTTP Server Project.
See <URL: http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: [EMAIL PROTECTED]
   "   from the digest: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]




--
||  jmkogut  ||
email: [EMAIL PROTECTED]

Reply via email to