#Enable_HTTP/2 #Amazon #EC2 #Apache Error Message: "The mpm module (prefork.c) is not supported by mod_http2. The mpm determines how things are processed in your server. HTTP/2 has more demands in this regard and the currently selected mpm will just not do. This is an advisory warning. Your server will continue to work, but the HTTP/2 protocol will be inactive." Important: Take a backup of your conf files and folders before trying any the below commands. **** Your website should already be configured to run on https, else HTTP/2 will not work ***** Run the below command: httpd -V | grep MPM Output will be: Server MPM: prefork We are going to change this and start using event Step 1: httpd -v Ensure your httpd version is greater than or equal to 2.4.37 Server version: Apache/2.4.37 (Amazon) Step 2: Modify the 00_mpm.conf cd /etc/httpd/conf.modules.d vi 00-mpm.conf Uncomment the following line: LoadModule mpm_event_module modules/m...
DevOps4Solutions blog provides information on DevOps tools and their real time use and how one can benefit from automations and why DevOps is necessary for most of the teams to adopt DevOps. It guides on CI/CD pipeline, Infrastructure automation and DevOps practices which small or big teams can follow.