> -----Ursprüngliche Nachricht----- > Von: Jean-frederic Clere > > > > > Ok. > What happends in a configuration like: > +++ > ProxyPass /foo http://foo.example.com/bar > ProxyPass /bar http://foo.example.com/bar/foo > +++ > Only one worker will be created.
Yes this is true. The question is: Is this wrong? If this is considered wrong, we need to split ap_proxy_get_worker into two functions or we need to add a boolean parameter longest_match to it. In the case of the request processing we need longest match whereas in the configuration case me might not need it. Keep in mind that the above configuration should work today, but requests for /foo and /bar use the same worker. Regards Rüdiger
