1
edit
Changes
no edit summary
I personally prefer yum and apt-get instead of FreeBSD "port" method. Because they have a great search function that let you search by keyword. Of course you can do the simulatr thing in FreeBSD with some ls command. It's just much more easier in Linux.
== Mohak Vyas ==
<b># vim /usr/local/etc/apache22/httpd.conf</b>
replace the line "ServerAdmin" you@exapmle.com" with the systems administrators e-mail address.
replace "ServerName host.example.com:80" line with hostname of your server accordingly
<b># echo "apache22_enable="YES" >> /etc/rc.conf
# echo "apache22_http_accept_enable="YES" >> /etc/rc.conf
# apachectl configtest
# /usr/local/etc/rc.d/apache22 start</b>