rbb 99/12/31 11:10:59
Modified: . configure
Log:
Update configure script, so --enable-modules=most can compile a working
Apache 2.0 server. This basically removes mod_info and mod_proxy from the
build process. With this change, most of the server compiles again.
Revision Changes Path
1.8 +2 -0 apache-2.0/configure
Index: configure
===================================================================
RCS file: /home/cvs/apache-2.0/configure,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- configure 1999/12/07 14:20:10 1.7
+++ configure 1999/12/31 19:10:59 1.8
@@ -799,6 +799,8 @@
module_auth_digest=no # conflict with mod_digest
module_log_agent=no # deprecated
module_log_referer=no # deprecated
+ module_info=no # needs to be reworked for
Apache 2.0
+ module_proxy=no # proxy doesn't work yet, and
we are probably going to just re-write it for 2.0
;;
* )
eval "exists=\$module_${apc_optarg}"