Category: Apache (Page 1 of 2)

Apache change MPM prefork to worker module

Last updated on February 8th, 2022 at 02:07 pmApache change from prefork to worker MPM Starting from Apache version 2.4 we cannot change the setting inside /etc/sysconfig/httpd. As per Apache, HTTPD variable is now ignored. MPM is a loadable module, and choice of MPM can be changed by editing the configuration file /etc/httpd/conf.modules.d/00-mpm.conf So go […]

How to redirect http to https in Apache

Last updated on November 6th, 2024 at 12:51 pmIf your webserver is running on Apache, after configuring SSL for your website, the subsequent step is to ensure that all visitors are automatically redirected from HTTP to HTTPS. This automatic redirection can be achieved by utilizing the .htaccess file. All you have to do is create […]

How to configure Apache as Load Balancer

Last updated on May 3rd, 2024 at 11:10 amIn this tutorial we are going to setup load balancing using Apache. Couple of modules in Apache needs to enabled for this. Before we get started let me walk you through the server details and environment in which I am running this load balancer I have an […]

How to run jsp in xampp?

Last updated on November 12th, 2024 at 08:58 amThis post will help you in running and compiling JSP files using your XAMPP server on Windows. There are two sections in this tutorial one is basically covering how to deploy JSP in newer XAMPP versions and the other one is running JSP in older versions of […]

« Older posts