Monday, October 24, 2022

Fix apache2 server down issue for BITNAMI platform

 1)When you load your bitnami Magento website in the AWS LAMP stack, and the   website shows connection timed out error, we need check for the error.log files

2) open the file using the command

                $sudo nano /var/log/apache2/error.log file 


if we find error "Resource temporarily unavailable: AH00480: apr_thread_create: unable to create worker thread", then apply the below command

         $sudo systemctl set-property apache2.service TasksMax=infinity

No comments:

Post a Comment