Tag: apache2 server
The apache server logs the access requests in /var/log/apache2 so we can analyse this log file to find out the last few requests. The following parses the apache2 server …
I have noticed quite often the following in the apache2 log and expressed my concern to Quickhostuk. Slow write operation on file /var/cache/mod_pagespeed/v2/... ...: 67.025ms; configure SlowFileLatencyUs to change …
From 10/Nov/2014 to 13/Nov/2014, I have noticed the Apache2 server is spawning quite a few processes that eat CPU and Memory. Although I have banned some IPs (e.g. angry …
In ASP, the code is wrapped with <% … %> to distinguish from HTML code. The code is executed dynamically at server side before sending pure HTML to the …
In this post, it shows the configurations required to make a SSL work (on port 443) on Ubuntu servers. However, for some pages (especially old posts/pages), it will show …