Re: Is it possible to compile apache2 without mod_proxy, mod_cache, and disk_cache? errors....

2009-12-27 Thread Kirill Bychkov
On Sun, December 27, 2009 08:24, Andres Salazar wrote: > Hello, > > I have editted the Makefile for apache2.2.14 in 4.6 ports so that the > optional modules specifically tagged as enabled are actually disabled > because i dont need them: > > CONFIGURE_ARGS+=--enable-layout=OpenBSD \ >

Re: Is it possible to compile apache2 without mod_proxy, mod_cache, and disk_cache? errors....

2009-12-26 Thread Robert
On Sat, 26 Dec 2009 23:24:43 -0600 Andres Salazar wrote: > Hello, > > I have editted the Makefile for apache2.2.14 in 4.6 ports so that the > optional modules specifically tagged as enabled are actually disabled > because i dont need them: > > CONFIGURE_ARGS+=--enable-layout=OpenBSD \ >

Is it possible to compile apache2 without mod_proxy, mod_cache, and disk_cache? errors....

2009-12-26 Thread Andres Salazar
Hello, I have editted the Makefile for apache2.2.14 in 4.6 ports so that the optional modules specifically tagged as enabled are actually disabled because i dont need them: CONFIGURE_ARGS+=--enable-layout=OpenBSD \ --prefix=${HTTPD_DIR} \ --