Re: How 2 Configure Makefile before "make install clean" from the ports?

2006-11-25 Thread VeeJay
On 11/24/06, Gerard Seibert <[EMAIL PROTECTED]> wrote: On Fri, 24 Nov 2006, K�vesd�n G�bor wrote: > VeeJay escribi�: >> Hi >> >> >> >> I want to install apache20 from the ports. But before installing, I want to >> enable/disable some of the modules as follow >> >> >> >> ./configure \ >> >> --pr

Re: How 2 Configure Makefile before "make install clean" from the ports?

2006-11-25 Thread VeeJay
On 11/24/06, Gerard Seibert <[EMAIL PROTECTED]> wrote: On Fri, 24 Nov 2006, K�vesd�n G�bor wrote: > VeeJay escribi�: >> Hi >> >> >> >> I want to install apache20 from the ports. But before installing, I want to >> enable/disable some of the modules as follow >> >> >> >> ./configure \ >> >> --pr

Re: How 2 Configure Makefile before "make install clean" from the ports?

2006-11-25 Thread VeeJay
On 11/24/06, Gerard Seibert <[EMAIL PROTECTED]> wrote: On Fri, 24 Nov 2006, K�vesd�n G�bor wrote: > VeeJay escribi�: >> Hi >> >> >> >> I want to install apache20 from the ports. But before installing, I want to >> enable/disable some of the modules as follow >> >> >> >> ./configure \ >> >> --pr

Re: How 2 Configure Makefile before "make install clean" from the ports?

2006-11-24 Thread Gerard Seibert
On Fri, 24 Nov 2006, K�vesd�n G�bor wrote: VeeJay escribi Hi I want to install apache20 from the ports. But before installing, I want to enable/disable some of the modules as follow ./configure \ --prefix=/usr/local/apache2 \ --with-mpm=prefork \ --disable-charset-lite \ --disable-incl

Re: How 2 Configure Makefile before "make install clean" from the ports?

2006-11-24 Thread Giorgos Keramidas
On 2006-11-24 22:02, VeeJay <[EMAIL PROTECTED]> wrote: > Hi > I want to install apache20 from the ports. But before installing, I > want to enable/disable some of the modules as follow > > ./configure \ > --prefix=/usr/local/apache2 \ > --with-mpm=prefork \ > --disable-charset-lite \ > --disable-in

Re: How 2 Configure Makefile before "make install clean" from the ports?

2006-11-24 Thread Kövesdán Gábor
VeeJay escribió: Hi I want to install apache20 from the ports. But before installing, I want to enable/disable some of the modules as follow ./configure \ --prefix=/usr/local/apache2 \ --with-mpm=prefork \ --disable-charset-lite \ --disable-include \ --disable-env \ --disable-setenv

How 2 Configure Makefile before "make install clean" from the ports?

2006-11-24 Thread VeeJay
Hi I want to install apache20 from the ports. But before installing, I want to enable/disable some of the modules as follow ./configure \ --prefix=/usr/local/apache2 \ --with-mpm=prefork \ --disable-charset-lite \ --disable-include \ --disable-env \ --disable-setenvif \ --disable-stat