miércoles, 2 de diciembre de 2015

Vídeos HTTP apache2

Previamente comprobar si está instalado el servidor web Apache2

En el navegador:
http://localhost
It works!

Instalación de servidor web Apache2 sobre Linux Ubuntu 12.04

sudo apt-get update

sudo apt-get upgrade

sudo apt-get install apache2

http://localhost
It works!
El directorio raíz de documentos web está en:
/var/www

La página web por defecto es:
index.html
Modifica este fichero html, añadiendo tu nombre y el de tu ordenador.

sudo service apache2 status
sudo service apache2 stop
sudo service apache2 start
sudo service apache2 restart

sudo /etc/init.d/apache2 status
sudo /etc/init.d/apache2 stop
sudo /etc/init.d/apache2 start
sudo /etc/init.d/apache2 restart




http://www.youtube.com/watch?v=SfR_lZCZZqc

Instalación automática desde consola.
http://www.youtube.com/watch?v=Y8UUT_GXDUE

Instalación manual desde consola.
http://www.youtube.com/watch?v=DTs_ULDhODA

http://www.youtube.com/watch?v=Jkw_shT8r4E

http://www.youtube.com/watch?v=buRk44rsKCo

http://www.youtube.com/watch?v=CEkVjXuzdWw&list=PL8A5CF75BA846684D&index=6&feature=plpp_video

http://www.youtube.com/user/lpguerrero#p/c/8A5CF75BA846684D/5/CEkVjXuzdWw

http://www.youtube.com/watch?v=CssviWVbtOw&feature=mfu_in_order&list=UL

http://www.youtube.com/watch?v=usAS9OaHmJM

http://www.youtube.com/watch?v=72T6xh6yQsM

http://www.youtube.com/watch?v=_uxM-Gl41y0&feature=related

http://www.youtube.com/watch?v=p1kDRqd_JHg&feature=related

http://www.youtube.com/watch?v=VxBHT_cwlA0&feature=fvst

http://www.youtube.com/user/lpguerrero

No hay comentarios:

Publicar un comentario