Forum Moderators: phranque
Does Apache use directives which are higher in the conf file? So if you have a two of the same directives like:
MaxRequestsPerChild 1000
# ThreadsPerChild: constant number of worker threads in each server process
# MaxRequestsPerChild: maximum number of requests a server process serves
ThreadsPerChild 25
MaxRequestsPerChild 0
The first setting for MaxRequestsPerChild 1000 directive is used by Apache and not MaxRequestsPerChild 0...?
Many thanks in advance