O.K., until a proper build system can be put into place for the proxy, this will work for those who want to work on the code. Ryan, Chuck, or Greg: if you think this is a good idea, please commit it temporarily, while a build system is created. With this patch in place, all that will be needed to build the proxy for now is to check out the httpd-proxy module under modules in the 2.0 tree, and to do a buildconf to re-build the configure file properly. That said, I'll be starting work on a build system shortly (unless someone beats me to it).
Index: module-2.0/config.m4 =================================================================== RCS file: /home/cvs/httpd-proxy/module-2.0/config.m4,v retrieving revision 1.5 diff -u -d -r1.5 config.m4 --- module-2.0/config.m4 2001/02/06 10:46:23 1.5 +++ module-2.0/config.m4 2001/02/19 23:24:50 @@ -1,6 +1,6 @@ dnl modules enabled in this directory by default -APACHE_MODPATH_INIT(proxy) +APACHE_MODPATH_INIT(httpd-proxy/module-2.0) proxy_objs="mod_proxy.lo proxy_connect.lo proxy_cache.lo proxy_http.lo proxy_util.lo" -- Victor J. Orlikowski ====================== [EMAIL PROTECTED] [EMAIL PROTECTED] [EMAIL PROTECTED]
