On 12/12/2008 11:10 PM, Ruediger Pluem wrote: > > On 12/12/2008 05:31 PM, [email protected] wrote: >> Author: jim >> Date: Fri Dec 12 08:31:15 2008 >> New Revision: 726068 >> >> URL: http://svn.apache.org/viewvc?rev=726068&view=rev >> Log: >> Treat proxy/balancers normally and independently... >> also, allow nice pretty >> >> Making all in proxy >> ... >> Making all in proxy/balancers >> >> >> Modified: >> httpd/httpd/trunk/modules/proxy/Makefile.in >> >> Modified: httpd/httpd/trunk/modules/proxy/Makefile.in >> URL: >> http://svn.apache.org/viewvc/httpd/httpd/trunk/modules/proxy/Makefile.in?rev=726068&r1=726067&r2=726068&view=diff >> ============================================================================== >> --- httpd/httpd/trunk/modules/proxy/Makefile.in (original) >> +++ httpd/httpd/trunk/modules/proxy/Makefile.in Fri Dec 12 08:31:15 2008 >> @@ -1,4 +1,4 @@ >> # a modules Makefile has no explicit targets -- they will be defined by >> # whatever modules are enabled. just grab special.mk to deal with this. >> -SUBDIRS = balancers >> +#SUBDIRS = balancers >> include $(top_srcdir)/build/special.mk >
Another thing. Now that we have moved all balancer methods into separate modules, is there still a justification for the examples directory and mod_lbmethod_rr.c within? Regards RĂ¼diger
