Date: Thu, 23 Nov 2006 15:34:37 +0100 From: VeeJay <maanjee@gmail.com> To: maanjee@gmail.com, freebsd-questions@freebsd.org Subject: Help... Installing from Port Message-ID: <2cd0a0da0611230634j6bcff387r14d1d8912e3a208c@mail.gmail.com>
next in thread | raw e-mail | index | archive | help
Hi If I will install Apache2 from the Port, how can I configure to add module or disable modules? Like if I want to enable following modules, how can I do them VIA Ports? Please find below the text from this Step-by-Step guide I am using. But that procedure is for manually downloading the archive, checking signatures and then configuring.... But how can I use Port system to get the same results? ----------------- Compiling and installing the software In this step we will configure, compile, and install the Apache web server as follows: ./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 \ --disable-so make su umask 022 make install chown -R root:sys /usr/local/apache2 ----------------- If we can configure in Port, so where it could be done and how? and if its in a file, where it would be placed? -- -- Thanks! BR / vj
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?2cd0a0da0611230634j6bcff387r14d1d8912e3a208c>