
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,

How to enable Apache SSL module in Ubuntu
To enable the Apache SSL module in Ubuntu, follow these steps Update apt package cache Install Apache SSL module Enable

How to configure Security Headers in Apache
Enable HSTS Enable X-Frame-Options Enable X-XSS-Protection Enable X-Content-Type-Options Enable Referrer-Policy Enable Content Security Policy (CSP) Enable Permissions-Policy Back to Apache

Apache Website not loading – DDoS
On a Fresh Cpanel Server, after pointing the domain name to the server, the website won’t load. Some times site

How to Redirect HTTP to HTTPS using htaccess
To redirect a website from HTTP to HTTPS, you can use the following code in .htaccess file If you want

How to block Bad Bots (User Agents) using .htaccess
Some bots can cause a high load on servers as they index too many pages or get into some never-ending

Apache 414 Request-URI Too Long
On an Apache server, when accessing a long URL, got 414 Request-URI Too Long The error is because the URL

Change Apache Server MPM in RHEL 8
Apache on RHEL 8 uses events MPM. You can use apachectl -V command to see the current MPM used by

How to deny access to a file using .htaccess?
You may need to deny access to specific files on your web server for security reasons. On the Apache web

How to install Apache from source code
To install the latest version of Apache Web Server from source code, go to the apache website, download the latest

Install PHP APC Cache on CentOS 7 using yum
To install APC cache on CentOS 7, run After that, you need to restart the Apache webserver. in phpinfo() page,

Apache 413 Request Entity Too Large
On a CentOS server, when uploading a 100 MB video file in WordPress media manager, I got the following error