Tag: Apache (Page 1 of 2)

How to install Apache, MySQL, PHP (LAMP) stack on Ubuntu 24.04

Last updated on September 5th, 2024 at 10:32 amAs you are aware a LAMP stack means the server has Linux as Operating System and installed with Apache Web Server, MySQL Database and PHP for processing dynamic content. We can easily set these services up and running on an Ubuntu 24.04 Noble Numbat LTS and start […]

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 […]

« Older posts