Author Topic: MinSpareThreads/MaxRequestWorkers  (Read 95 times)

0 Members and 1 Guest are viewing this topic.

Offline
*
MinSpareThreads/MaxRequestWorkers
« on: April 23, 2024, 07:42:15 PM »
[mpm_event:error] [pid 612370:tid 140113121235520] AH10159: server is within MinSpareThreads of MaxRequestWorkers, consider raising the MaxRequestWorkers setting.

Where is the location of Apache's MinSpareThreads and MaxRequestWorkers configuration files ?

Even though Apache is running, access to the website cannot be reached. CPU drops to low, Apache is running, but access to the site is not working. I have to restart Apache before the site returns to normal, and i have to restart continuously to make the site normal. How to solve this ?
*Various Servers :laser: Streaming | Tv Series | Anime | Movies | Tv Shows | Music | Full Watch | Download :laser: *Various Subtitles

Offline
****
Re: MinSpareThreads/MaxRequestWorkers
« Reply #1 on: April 24, 2024, 03:06:46 AM »
You can put those directives in the main httpd.conf or in a vhost conf file if it's only needed in that context. You won't find examples already in the conf files -- you'll have to draw from the documentation or from other online examples.