How To Validate The Implementation Of Cache For Site Analyzer
Site Analyzer vs mod_pagespeed I will explain to you how to manage to validate ” the implementation of cache ” by the Site Analyzer tool . Whether you use mod_pagespeed or not on apache in version 2.X. It is…
Webmin: Manage A Linux Server From Your Web Browser
WebMin (contraction of Web and Admin) offers a simplified administration solution for a Linux server from a graphical interface accessible via a web browser (remote administration possible). Thereafter, it is responsible for…
How To Monitor Files On Your Linux Server
You will see one of the basics of security for managing your web applications . The monitoring of changes to your files . Indeed if you have a site in production the modifications of the source files will…
Fixing the Raw-mode is unavailable courtesy of Hyper-V error
Virtualization is an increasingly common practice in server hosting. It consists of creating virtual machines which will be hosted on a physical server. This method thus avoids having several machines to manage…
list current processes writing to hard drive
Command to find out current process writing to hard disk. lsof | grep -e “[[:digit:]]+w” It will show output like below root@:~ # lsof | grep -e “[[:digit:]]+w” [20:36:57] systemd-j…
Expert Tips to Protect Your Website from Hacking
Securing a site is not necessarily within everyone’s reach, but that doesn’t mean that you have to be a programmer or computer scientist to get there. So we’ve listed 9…
How to Install and Configure VNC Server on Centos 8 / RHEL 8
A VNC (Virtual Network Computing) Server is a GUI based desktop sharing platform that allows you to access remote desktop machines. In Centos 8 and RHEL 8 systems, VNC servers are not installed by default and…
Unable to start Plesk site in IIS after the upgrade:”Exception from HRESULT: 0x80070020″
Symptoms Cause If the issue occurs only on Plesk Panel site, then the 8880 port/ SSL default * 8443 is probably listened by some other website in IIS. If the…
Apache – You don’t have permission to access on this server error
When you have installed an Apache server , the following message may appear on your browser if you try to access a page: <p> 403 Forbidden You don't have permission to access /…
HTTP Error 500.0 – ANCM In-Process Handler Load Failure Plesk Windows
Common causes of this issue: Troubleshooting steps: For more information visit: https://go.microsoft.com/fwlink/?LinkID=2028526 ASP.NET Core 2.2.5 is not supported by Plesk Work around is by switching IIS pool in 64-bit mode.…