Queremos servir páginas web, de manera que necesitamos un Servidor HTTP.
We want to serve web pages, therefore we need an HTTP server
Servidor HTTP incluido para administración y mantenimiento vía web
Built-in HTTP server for web administration and maintenance
El Servidor HTTP Apache, por ejemplo, devuelve un error 403 en respuesta a peticiones por rutas que correspondan a directorios del sistema de ficheros, para los cuales se hayan deshabilitado la opción de listar sus contenidos.
The Apache web server returns 403 Forbidden in response to requests for url paths that correspond to filesystem directories when directory listings have been disabled in the server and there is no Directory Index directive to specify an existing file to be returned to the browser.
Desde luego, la mayor parte de las veces que el servidor web se ve comprometido, no es por problemas en el código del Servidor HTTP.
Of course, most times that a web server is compromised, it is not because of problems in the HTTP Server code.
El siguiente ejemplo muestra la creación de un directorio nuevo y el cambio del tipo de archivo del mismo (junto con su contenido) a un tipo usado por el Servidor HTTP Apache.
The following example demonstrates creating a new directory, and changing the directory's file type (along with its contents) to a type used by the Apache HTTP Server.
Modo de Servidor HTTP: Use el buscador web de su computadora o dispositivo inteligente para controlar la cámara de manera remota, tomara y descargar imágenes.
HTTP Server Mode: Use the web browser on your computer or smart devices to remotely operate camera controls, take and download images.
El siguiente ejemplo muestra la movida de un archivo desde el directorio de inicio del usuario a/var/www/html/, que es usado por el Servidor HTTP Apache.
The following example demonstrates moving a file from a user's home directory to/var/www/html/, which is used by the Apache HTTP Server.
La configuración en este ejemplo se usa si quiere que el Servidor HTTP Apache use una raíz de documento distinta (en vez de/var/www/html/)
The configuration in this example is used if you want Apache HTTP Server to use a different document root (instead of/var/www/html/)
Debe ser capaz de usar el navegador para conectarse a su Servidor HTTP.
You should now be able to use the Browser to connect to your HTTP Server.
Usted puede encontrar la última versión disponible de acuerdo a su servidor elegido en el sitio oficial del Servidor HTTP Apache.
You may find the latest available version according to your chosen server in the Apache HTTP Server official webpage.
Este documento describe algunas de las diferencias más importantes que existen entre las versiones 1.3 y 2.0 del Servidor HTTP Apache.
This document describes some of the major changes between the 1.3 and 2.0 versions of the Apache HTTP Server.
Por otro lado, si se configuró el Servidor HTTP Apache para que utilice un certificado digital, por medio de SSL, entonces es necesario configurar el host virtual incluyendo las siguientes líneas
On the other hand, if your Apache HTTP Server will use a digital certificate and SSL was enabled, it is necessary to configure a virtual host by including the following lines
Llegados a este punto debe poder ser capaz de utilizar cualquier navegador para conectar a su Servidor HTTP.
You can now use any Browser to connect to your HTTP Server.