Thanks all for the response. Michael, I am going to add those header
ignores.
Still puzzled by the large number of MISSEs and I’ve no clue why they are
happening. Leads appreciated.
- Quintin
On Sun, May 13, 2018 at 6:12 PM, c0nw0nk
wrote:
> You know you can DoS sites with Cache MISS vi
Hi there,
it sounds like you have found a workaround for your production system,
so that it a good thing.
The probably-not-satisfactory but maybe-adequate thing is for you to
create a new directory whenever the current directory has (say) 100 files,
and put new files into the new directory.
If y
You know you can DoS sites with Cache MISS via switching up URL params and
arguements.
Examples :
HIT :
index.php?var1=one&var2=two
MISS :
index.php?var2=two&var1=one
MISS :
index.php?random=1
index.php?random=2
index.php?random=3
etc etc
Inserting random arguements to URL's will cause cache mi