Pagespeed – Fetch timed out … waiting for 50ms
Pagespeed seems to be ignoring your config instructions and always loging Fetch timeout waiting for 50ms?
Pagespeed seems to be ignoring your config instructions and always loging Fetch timeout waiting for 50ms?
I often have a need to get some anayltic out of the apache or nginx logs, like where the most 403’s came from, to which IPs, which user agents or so. SoRead 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…
Ever since I keep my personal mail server at a certain DC, it here and there gets listed with Microsoft with a message “Blocked due to user complaints or other evidence ofRead More…
Unfortunatelly, the old memcached module with php7 is officially no longer supported in favour of redis or some other cache, so one of the thing you can do about it if stillRead More…
Running Php 5.3 on CentOS 7 is still a popular subject that I didn’t manage to find many solutions for on the Internet. So, CentOS 6 runs php 5.3 natively, isn’t it?Read 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…
If you want to set up the Roundcube password plugin on a mail system that is administered with Postfixadmin, you could be in a small trouble, because it’s not supported by default.Read 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…