ricardo13 schrieb: > I don't find that examples. I find in the folder httpd.2.2.9/modules/proxy/ > .....there isn't folder example > Where can I find ??? Is there any link ???
It's not yet in the stable branch 2.2, but you can find it in the trunk: http://svn.apache.org/viewvc/httpd/httpd/trunk/modules/proxy/examples/ to watch it with a browser, or http://svn.apache.org/repos/asf/httpd/httpd/trunk/modules/proxy/examples/ as a URL to check it out via svn. Regards, Rainer > Jim Jagielski wrote: >> Not sure what the question is... is it how to test your algo or >> how to implement it? >> >> There is a quick-and-dirty example submodule in trunk (under modules/ >> proxy/examples) >> that give some basic overview. >> >> On Oct 20, 2008, at 10:07 PM, ricardo13 wrote: >> >>> Hi, >>> >>> I wanted implement a new algorithm scheduler to mod_proxy_balancer. >>> I built a new algorithm and want test in apache2. >>> >>> Thank you >>> >>> Ricardo >>> --