Hello, I am using Apache 2.2 with the MPM worker. I have some questions about the interaction between the 'max' parameter that can be added to a mod_proxy ProxyPass configuration line and the MPM worker ThreadsPerChild value. >From reading the docs, my understanding is that if I add a 'max' key/value to a ProxyPass line then the max should only be less than or equal to ThreadsPerChild. 1) Is this correct? 2) If I do not add a max value to the ProxyPass line is the maximum amount of connections allowed through still subject to the limit of ThreadsPerChild? 3) If I have a configuration such as: ProxyPass /examples http://backend.example.com/examples max=10 ProxyPass /docs http://backend.example.com/docs max=100 ThreadsPerChild=150 Can both ProxyPass connection pools use the same server child process (for example a single one with 150 threads)? Any help would be much appreciated. Thanks, Jamie --------------------------------------------------------------------- The official User-To-User support forum of the Apache HTTP Server Project. See <URL:http://httpd.apache.org/userslist.html> for more info. To unsubscribe, e-mail: users-unsubscribe@xxxxxxxxxxxxxxxx " from the digest: users-digest-unsubscribe@xxxxxxxxxxxxxxxx For additional commands, e-mail: users-help@xxxxxxxxxxxxxxxx