Installing Apache on FreeBSD

05/08/2010 21:10 Fyareh³#1
Apache @ FreeBSD Look here;


Code:
/usr/ports/www/apache22
make install clean
A Apache HTTP Server script apache22.sh is located at /usr/local/etc/rc.d to provide Apache HTTP Server start and shutdown service. To enable Apache web server to automatically starts whenever after server reboots, issue the following command at CLI:

Code:
echo ‘apache22_enable =”YES”‘ >> /etc/ rc.conf
To start Apache HTTP web server immediately, use:

/usr/local/sbin/apachectl start

or

Code:
/usr/local/etc/rc.d/apache22.sh start
Apache installation finished.