Also, I hope you are using the php-fpm approach for the php content, as mixing event and mod_php is a bad idea.
Can you show apachectl -M ? On Thu, 26 May 2022 at 12:51, Deepak Goel <deic...@gmail.com> wrote: > What exactly is the problem? Can you please post the error? > > > Deepak > "The greatness of a nation can be judged by the way its animals are > treated - Mahatma Gandhi" > > +91 73500 12833 > deic...@gmail.com > > Facebook: https://www.facebook.com/deicool > LinkedIn: www.linkedin.com/in/deicool > > "Plant a Tree, Go Green" > > Make In India : http://www.makeinindia.com/home > > > On Thu, May 26, 2022 at 9:54 PM Rajkumar Adsule <rads...@opendr.com.invalid> > wrote: > >> Hi Team, >> >> I have a lamp configured with CentOs6.10 , PHP5.4 and Apache 2.4.53 on a >> GCP Server with Config 32CPU and 64GB RAM. >> >> Configured event mpm with following values >> >> <IfModule mpm_event_module> >> ServerLimit 4000 >> StartServers 40 >> MinSpareThreads 25 >> MaxSpareThreads 2000 >> ThreadLimit 64 >> ThreadsPerChild 25 >> MaxRequestWorkers 4000 >> MaxClients 4000 >> MaxConnectionsPerChild 0 >> </IfModule> >> >> please suggest a solution. >> >> >> Regards, >> Rajkumar Adsule >> >> >>