Forum Moderators: phranque
2 questions:
I have a couple JS driven utilities where the same few image files are redundantly called by the user's browser. I notice that most users start to get 304s after the initial requests, but some continue to get 200s. Why is that?
Also, from what I can see from comparing the access_logs to the error_logs, sometimes when a user requests the same file a dozen or more times, Apache denies ("denied by server configuration") this request, giving a 403. Is this common or is it likely that my host is regulating?
Thanks
I notice that most users start to get 304s after the initial requests, but some continue to get 200s. Why is that?
sometimes when a user requests the same file a dozen or more times, Apache denies ("denied by server configuration") this request, giving a 403. Is this common or is it likely that my host is regulating?
-hakre