Apache / Nginx number of visits per hour
I’ve been often in a situation where I needed to break down the server access log to visits per hour, for example to see if I had an hourly load increase. Here’sRead More…
I’ve been often in a situation where I needed to break down the server access log to visits per hour, for example to see if I had an hourly load increase. Here’sRead More…
I often have a need to get some anayltics out of the apache or nginx logs, like where the most 403’s whateveer other access code came from, to which IPs, which userRead More…
It’s a common need, when checking yout Apache or Nginx log to see how many times did one IP visit your website in that day (in that log file), to determine ifRead More…
Compression in web servers is used to improve website loading performance, and is often measured and evaluated by search engines. Enabling gzip compression in Nginx is quite easy, since it’s already thereRead More…