Instalar Apache httpd

De Wiki de BandaAncha.eu
Revisión del 10:36 6 mar 2007 de Josh (discusión | contribuciones) (New page: * [http://fastcgi.coremail.cn/ mod_fcgi] * [http://httpd.apache.org/ Apache httpd] # bajo lo necesario wget http://apache.rediris.es/httpd/httpd-2.2.4.tar.gz wget http://kent.dl.source...)
(dif) ← Revisión anterior | Revisión actual (dif) | Revisión siguiente → (dif)
Saltar a: navegación, buscar
# bajo lo necesario
wget http://apache.rediris.es/httpd/httpd-2.2.4.tar.gz
wget http://kent.dl.sourceforge.net/sourceforge/mod-fcgid/mod_fcgid.2.1.tar.gz
# descomprimo
tar -xzvf httpd-2.2.4.tar.gz
tar -zxvf mod_fcgid.2.1.tar.gz
# muevo los fuentes de mod_fcgi a modules de apache para compilarlo estáticamente
mv mod_fcgid.2.1 httpd-2.2.4/modules/mod_fcgid

cd httpd-2.2.4