cPanel/WHM’s annoying default webpage redirect cache

cPanel/WHM's annoying default webpage redirect cache
Solution Edit the following file: /usr/local/apache/htdocs/index.html And add the following line of code in the <head> <meta http-equiv="Pragma" content="no-cache" /> That’s it! The Problem Ever configure something wrong in cPanel/WHM and then you land on the default webpage that looks something like this? Which says something like… Sorry!If you are the owner of this website, ...

Webservers & Caches

Webservers & Caches
I’m a graph-diagram-table person. And when someone asks how web servers and caches are mixed, I now have an image to give them!   Now we can visually see how web server interacts with a page cache in apache, nginx & varnish. And how user cache and opcache for PHP are separated by services like ...