Adding Modules to Apache Port Post Install

Derek Ragona derek at computinginnovations.com
Tue May 20 01:02:17 UTC 2008


At 10:44 PM 5/18/2008, montag at activeattack.com wrote:
>Hello,
>
>I configured and installed an Apache server on my FreeBSD box about a week
>or so back.  Now I'm looking into installing subversion using this guide:
>
>http://www.onlamp.com/pub/a/bsd/2007/09/27/subversion-for-bsd-with-all-the-bells-and-whistles.html
>
>I notice that the guide complies Apache with WITH_BERKELEYDB=db42 and
>WITH_MPM=worker, which I did not do.  Any way to add these without
>recompiling and losing everything?
>
>Regards,
>
>montag
>

do:
cd /usr/ports/www/apache22
make config

Then pick the modules you want and rebuild and reinstall.  If you didn't do:
make clean

It will use what you already have built.

         -Derek

-- 
This message has been scanned for viruses and
dangerous content by MailScanner, and is
believed to be clean.



More information about the freebsd-questions mailing list