cPanel Request body no files data length is larger than the configured limit
On a WordPress website hosted on Cpanel server, when editing a page, i get 404 error. On checking ModSecurity logs, found the…
On a WordPress website hosted on Cpanel server, when editing a page, i get 404 error. On checking ModSecurity logs, found the…
To enable the Apache SSL module in Ubuntu, follow these steps Update apt package cache apt update Install Apache SSL module apt…
Enable HSTS Header set Strict-Transport-Security “max-age=31536000; includeSubDomains; preload” Enable X-Frame-Options Header always append X-Frame-Options SAMEORIGIN Enable X-XSS-Protection Header set X-XSS-Protection “1; mode=block”…
On a Fresh Cpanel Server, after pointing the domain name to the server, the website won’t load. Some times site loads after…
To redirect a website from HTTP to HTTPS, you can use the following code in .htaccess file RewriteEngine On RewriteCond %{HTTPS} !=on…
Some bots can cause a high load on servers as they index too many pages or get into some never-ending loop. last…
On an Apache server, when accessing a long URL, got 414 Request-URI Too Long The error is because the URL is too…
Apache on RHEL 8 uses events MPM. You can use apachectl -V command to see the current MPM used by Apache. [root@ok…
You may need to deny access to specific files on your web server for security reasons. On the Apache web server, you…
To install the latest version of Apache Web Server from source code, go to the apache website, download the latest source code…
To install APC cache on CentOS 7, run yum install php-pecl-apcu After that, you need to restart the Apache webserver. systemctl restart…
On a CentOS server, when uploading a 100 MB video file in WordPress media manager, I got the following error message Request…