Instalando Apache 2.0 en FreeBSD 6.1 Junio 25, 2007
Posted by czyx in FreeBSD.trackback
Instalación
# cd /usr/ports/www/apache20
# make install clean
Configurarción
# cd /usr/local/etc/apache2
# ee httpd.conf
Listen 80
User www
Group www
ServerName burrita.chasqui.com.pe:80
DocumentRoot “/usr/local/www/data”
DirectoryIndex index.php index.html index.html.var
AddType application/x-httpd-php .php
AddType application/x-httpd-php-source .phps
Agregando al inicio del sistema ee /etc/rc.conf
apache2_enable=”YES”
apache2ssl_enable=”NO”
apache2_flags=”"
Comentarios»
No comments yet — be the first.