Date: Fri, 24 Nov 2006 23:10:08 +0200 From: Giorgos Keramidas <keramida@ceid.upatras.gr> To: VeeJay <maanjee@gmail.com> Cc: freebsd-questions@freebsd.org Subject: Re: How 2 Configure Makefile before "make install clean" from the ports? Message-ID: <20061124211007.GA9116@kobe.laptop> In-Reply-To: <2cd0a0da0611241302q77bf1d6etd59c7624562a65fe@mail.gmail.com> References: <2cd0a0da0611241302q77bf1d6etd59c7624562a65fe@mail.gmail.com>
next in thread | previous in thread | raw e-mail | index | archive | help
On 2006-11-24 22:02, VeeJay <maanjee@gmail.com> 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-include \
> --disable-env \
> --disable-setenvif \
> --disable-status \
> --disable-autoindex \
> --disable-asis \
> --disable-cgi \
> --disable-negotiation \
> --disable-imap \
> --disable-actions \
> --disable-userdir \
> --disable-alias \
Try running:
# make show-options
inside the apache20 port directory, and read *carefully* the output :)
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20061124211007.GA9116>
