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…
It is a common question I get from other developers or admins, they try to protect their website with a passwrod, but whitelist (allow passwordless acces) from certain IPs, to avoid theRead More…
This is a short tutorial on how to compile PHP7 from source on Centos 7. First, why not just install from some binary, like Remi? Simply, because some of the features areRead More…
HTTP/2 is finally officially adopted, and it brings significant improvements regarding server<-> client communication, making worth to try be amongst the first to have the service up. This is a relatively newRead More…
This is a short article mostly optimized for use with WordPress. First, very simply insert this into your virtual host config file (probably in /etc/httpd/conf.d or in /etc/httpd/conf/httpd.conf if you’re using theRead More…
This article will describe how to install Apache on Centos 6.5 and set it up for basic web services, insluding php (with apc), perl, cgi and ruby scripting. Let’s install the pacgagesRead More…