No default value for server limit
When I was configuring my apache server I notice that there is no ServerLimit or MaxClients in prefork.
Any reason that this work like this ?
Does it has a default value ? Or I just need to include them directly in the config files ?
Status:
Active
Comments
Submitted by andreychek on Sat, 02/20/2016 - 10:13 Comment #1
Howdy -- do you happen to have a "/etc/apache2/mods-available/mpm_prefork.conf" file? It looks like Ubuntu 14.04 organizes those a bit differently, splitting them out into a new file.
Yes, I have the file. I just don't have those variables. So before adding them, I want to be positive that I need to do it :)