Where you installed Apache on FreeBSD?

There are basically 3 ways to install Apache
1, download source and follow the instruction on apache.org
2, chroot then install it,
3, use pkg_add, then this version is in Freebsd only location at /usr/local/sbin

#2 is to make sure even it is broken, it will not affect others, but I looked at the method, it seems it is toooooo trouble some when you install other things.
#3 I am not exactly sure why should apachectr should stay in sbin rather than the standrad /usr/local/apache/ using this method, you have to always stay with pgk_add, but one package will effect all other packages. freebsd ports seem to use a totally different directory system than most standred make install.

 

 

 

 

Top