Archives : July-2023

Case: If apache service automatically gets stopped then check the apache logs through below command: /var/log/httpd/error_log If found that server reached MaxRequestWorkers setting then we can follow the below steps: Step 1: Login to the server through SSH Step 2: Go to the below path to increase max connection:  vim /etc/httpd/conf.modules.d/01-cgi.conf Step 3: Adjust the ..

Read more