Help... Installing from Port

VeeJay maanjee at gmail.com
Thu Nov 23 06:34:38 PST 2006


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


More information about the freebsd-questions mailing list