informatica:certificaciones:lpic:lpic-2:208_web_services
Diferencias
Muestra las diferencias entre dos versiones de la página.
| Ambos lados, revisión anteriorRevisión previaPróxima revisión | Revisión previa | ||
| informatica:certificaciones:lpic:lpic-2:208_web_services [2021/04/15 14:01] – [Tests] tempwin | informatica:certificaciones:lpic:lpic-2:208_web_services [2021/05/19 20:06] (actual) – [Topic 208: Web Services] tempwin | ||
|---|---|---|---|
| Línea 1: | Línea 1: | ||
| + | |||
| ====== Topic 208: Web Services ====== | ====== Topic 208: Web Services ====== | ||
| Perteneciente a [[informatica: | Perteneciente a [[informatica: | ||
| + | |||
| + | Deberás poder instalar y configurar un servidor web. Configurar un servidor web para proporcionar HTTPS e instalar y configurar un servidor proxy, incluidas las políticas de acceso, la autenticación y el uso de recursos. Por último, deberás poder instalar y configurar un servidor proxy inverso, Nginx. Se incluye la configuración básica de Nginx como servidor HTTP. | ||
| Módulos: | Módulos: | ||
| Línea 7: | Línea 10: | ||
| * [[informatica: | * [[informatica: | ||
| * [[informatica: | * [[informatica: | ||
| - | * 208.3 Implementing a proxy server (2) | + | * [[informatica: |
| - | * 208.4 Implementing Nginx as a web server and a reverse proxy (2) | + | * [[informatica: |
| + | |||
| + | ===== Recomendaciones ===== | ||
| + | |||
| + | De cara al examen, habría que tener claro: | ||
| + | |||
| + | * Configuración un servidor Apache básico. | ||
| + | * Conocer las principales directivas de Apache. | ||
| + | * Configuración hosts virtuales. | ||
| + | * Configuración la autentificación de usuarios. | ||
| + | * Conocer los conceptos de certificados digitales. | ||
| + | * Configurar un sitio web seguro con SSL. | ||
| + | * Configuración básica del servidor proxy squid. | ||
| + | * Configuración un servidor web Nginx. | ||
| + | * Configuración un proxy reverso con Nginx. | ||
| ===== Tests ===== | ===== Tests ===== | ||
| Línea 48: | Línea 66: | ||
| * Disable the use of access lists. | * Disable the use of access lists. | ||
| - | * Reduce the size of cache_dir in the configuration file. | + | * Reduce the size of cache_dir in the configuration file. (**Solución**) |
| * Rotate log files regularly. | * Rotate log files regularly. | ||
| * Disable logging of fully qualified domain names. | * Disable logging of fully qualified domain names. | ||
| Línea 60: | Línea 78: | ||
| * Auth | * Auth | ||
| * auth_required | * auth_required | ||
| + | |||
| + | |||
| + | **When trying to reverse proxy a web server through Nginx, what keyword is missing from the following configuration sample?** | ||
| + | |||
| + | <code nginx> | ||
| + | location / { | ||
| + | __________ http:// | ||
| + | } | ||
| + | </ | ||
| + | |||
| + | * '' | ||
| + | * '' | ||
| + | * '' | ||
| + | * '' | ||
| + | |||
| + | **With Nginx, which of the following directives is used to proxy requests to a FastCGI application? | ||
| + | |||
| + | * '' | ||
| + | * '' | ||
| + | * '' | ||
| + | * '' | ||
| + | |||
| + | **Name the two kinds of virtual hosts that can be configured in Apache.** | ||
| + | |||
| + | * name-based, ip-based (**Solución**) | ||
| + | * public, private | ||
| + | * None of the above | ||
| + | * internal, external | ||
| + | |||
| + | **The command ' | ||
| + | |||
| + | * Copy the ''/ | ||
| + | * None of the above | ||
| + | * Create a new password file in ''/ | ||
| + | * Remove the '' | ||
| + | |||
| + | **Which of the following directories is the default site content directory (initial installation configuration)? | ||
| + | |||
| + | * ''/ | ||
| + | * ''/ | ||
| + | * ''/ | ||
| + | * ''/ | ||
| + | |||
| + | **The ' | ||
| + | |||
| + | * Verdadero | ||
| + | * Falso (**Solución**) | ||
| + | |||
| + | **When installing the Apache web server, the primary configuration file can be called either ' | ||
| + | |||
| + | * Verdadero (**Solución**) | ||
| + | * Falso | ||
informatica/certificaciones/lpic/lpic-2/208_web_services.1618488071.txt.gz · Última modificación: por tempwin
