Browse archives
User login |
Setting Up Apache on FreeBsdThe purpose of this document is to describe the setup of the secure web application server on FreeBsd. Get the distributions: # su Unpack distributions: # tar xfz httpd-2.0.39.tar.gz Build And Install Apache: cd ../apache_2.0.39 To configure Apache you should edit /usr/local/apache/conf/httpd.conf Add the following line to the startup script to launch Apache at startup: /usr/local/apache/bin/apachectl start |
||||||||||||||||||||||||||||||||||||||||||