martes, diciembre 07, 2010

FreeBSD + Apache

Requerimientos:

FreeBSD instalado

Instalando

# whereis apache22
apache22: /usr/ports/www/apache22
# cd /usr/ports/www/apache22
# make config
# make install clean

Configurando
# edit /usr/local/etc/apache22/httpd.conf

Verificar una configuracion en httpd.conf
# /usr/local/etc/rc.d/apache22 configtest

Hacer que Apache se inicie con el sistema
# echo 'apache22_enable="YES"' >> /etc/rc.conf

Iniciar apache
# /usr/local/etc/rc.d/apache22 start

Aplicando los cambios luego de modificar algo en httpd.conf
# apachectl graceful

No hay comentarios.: