Herramientas de usuario

Herramientas del sitio


informatica:certificaciones:lpic:lpic-2:208_web_services

Diferencias

Muestra las diferencias entre dos versiones de la página.

Enlace a la vista de comparación

Ambos lados, revisión anteriorRevisión previa
Próxima revisión
Revisión previa
informatica:certificaciones:lpic:lpic-2:208_web_services [2021/04/15 14:21] – [Topic 208: Web Services] tempwininformatica:certificaciones:lpic:lpic-2:208_web_services [2021/05/19 20:06] (actual) – [Topic 208: Web Services] tempwin
Línea 3: Línea 3:
  
 Perteneciente a [[informatica:certificaciones:lpic:lpic-2|LPIC-2]] Perteneciente a [[informatica:certificaciones:lpic:lpic-2|LPIC-2]]
 +
 +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 86: Línea 88:
 </code> </code>
  
-  * remote_proxy +  * ''remote_proxy'' 
-  * reverse_proxy +  * ''reverse_proxy'' 
-  * proxy_reverse +  * ''proxy_reverse'' 
-  * proxy_pass (**Solución**)+  * ''proxy_pass'' (**Solución**)
  
 **With Nginx, which of the following directives is used to proxy requests to a FastCGI application?** **With Nginx, which of the following directives is used to proxy requests to a FastCGI application?**
  
-  * fastcgi_pass (**Solución**) +  * ''fastcgi_pass'' (**Solución**) 
-  * fastcgi_proxy +  * ''fastcgi_proxy'' 
-  * proxy_fastcgi +  * ''proxy_fastcgi'' 
-  * proxy_fastcgi_pass+  * ''proxy_fastcgi_pass'' 
 + 
 +**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 'htpasswd -c /etc/httpd/passswd user' would:** 
 + 
 +  * Copy the ''/etc/passwd'' file to ''/etc/httpd/passwd'' and add the ''user'' account to it 
 +  * None of the above 
 +  * Create a new password file in ''/etc/httpd'' and prompt for a password for the ''user'' account to add to it (**Solución**) 
 +  * Remove the ''user'' account for the password file at ''/etc/httpd/passwd'' 
 + 
 +**Which of the following directories is the default site content directory (initial installation configuration)?** 
 + 
 +  * ''/var/www/html'' (**Solución**) 
 +  * ''/var/www'' 
 +  * ''/var/html'' 
 +  * ''/usr/share/html'' 
 + 
 +**The 'mod_ssl' module provides the ability for you to generate an SSL certificate for use within your website** 
 + 
 +  * Verdadero 
 +  * Falso (**Solución**)
  
 +**When installing the Apache web server, the primary configuration file can be called either 'httpd.conf' or 'apache2.conf' depending on the distribution type and version.**
  
 +  * Verdadero (**Solución**)
 +  * Falso 
informatica/certificaciones/lpic/lpic-2/208_web_services.1618489289.txt.gz · Última modificación: por tempwin