As we know Apache 2.x is a general purpose web-server, It is designed to provide a balance of...
Category - Apache
How to monitor all Virtual Host Bandwidth usage in Apache using...
If you are trying to find a way to monitor the bandwidth usage of virtual host in Apache without...
Install Latest Apache 2.4, MySQL 5.6, And PHP 5.6 On...
Apache is a web server that runs on most Linux/UNIX based operating system as well as on Windows...
Automated Installation and Configurations – Apache/Nginx...
In this tutorial I am going to explain how we can install Apache/Nginx, MySQL , PHP or PHP-FPM...
How to Secure Apache Web Server On Linux/UNIX
Apache HTTP server is the world’s most famous and used web server to host your web files or...
How to:- Enable Worker MPM (mpm_worker_module) in Apache/2
Apache Multi-Processing Modules (MPM) used for creating child processes in Apache. Apache Worker...
How to Fix :- “module rewrite_module is already loaded...
Recently I faced another issue during Apache restart. When I ran “httpd -t” command to check Apache...
Easy Steps To Configure Browser Caching (Leverage Browser...
Caching is the temporary storage of content like image,file,bits of php scripts,html page, css and...
Finding causes of heavy usage on web server using access log
Sometimes you noticed your server loading slowly or down and sometimes you also noticed that your...
Guide – Usage of DirectoryIndex in Apache/2 with (...
DirectoryIndex used to allow you to land default page when client access a directory. For example...
Find Long Running Request In Apache
If Apache is going down you need to see Apache status and find out the long running request in...
How to:- Protect Against DoS and DDoS with mod_evasive in Apache
In this tutorial I will explain how to Protect Against DoS and DDoS with mod_evasive in Apache. Dos...