Date: Thu, 23 Nov 2006 10:04:43 +0100 From: VeeJay <maanjee@gmail.com> To: "Svein Halvor Halvorsen" <svein.h@lvor.halvorsen.cc> Cc: freebsd@orchid.homeunix.org, freebsd-questions@freebsd.org Subject: Re: To which port GPG belongs? Message-ID: <2cd0a0da0611230104o5b13d40dqc1daf57e5445f2b1@mail.gmail.com> In-Reply-To: <45648854.1070002@lvor.halvorsen.cc> References: <2cd0a0da0611220553y5d56689es1468b949448bf1e6@mail.gmail.com> <45645904.8090108@orchid.homeunix.org> <2cd0a0da0611220704vca1718w3427551d57f3a702@mail.gmail.com> <45648854.1070002@lvor.halvorsen.cc>
next in thread | previous in thread | raw e-mail | index | archive | help
On 11/22/06, Svein Halvor Halvorsen <svein.h@lvor.halvorsen.cc> wrote: > > VeeJay wrote: > > I have this Help Instructions from a Step-by-Step for Apache > installation > > On a side note, you would probably want to install Apache via ports. > > > Svein Halvor > > > > If I will install 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? I Just copy the part of text from this Step-by-Step guide I am using ----------------- 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?2cd0a0da0611230104o5b13d40dqc1daf57e5445f2b1>