[2024-feb-29] Sad news: Eric Layton aka Nocturnal Slacker aka vtel57 passed away on Feb 26th, shortly after hospitalization. He was one of our Wiki's most prominent admins. He will be missed.

Welcome to the Slackware Documentation Project

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
es:howtos:network_services:setup_apache [2019/02/16 19:03 (UTC)] – [Virtual Hosts] pedro.herreroes:howtos:network_services:setup_apache [2019/02/16 19:09 (UTC)] (actual) – Finished. Comments and corrections welcome pedro.herrero
Línea 1: Línea 1:
-<note important>Translation in progress, you have to wait :) (pedro.herrero)</note>+
 ====== Configurar el servidor httpd Apache ====== ====== Configurar el servidor httpd Apache ======
 Este es un HOWTO general para poner en marcha un servicio básico de httpd. Este es un HOWTO general para poner en marcha un servicio básico de httpd.
Línea 184: Línea 184:
  
  
-====== Vhosts with individual CGI-BIN directories ======+====== Vhosts con directorios CGI-BIN individuales ======
  
-If you have virtual hosts that need CGI (or need CGI in their own directoryyou can do it like this:+Si tiene hosts virtuales que necesitan CGI (o necesitan CGI en su propio directoriopuede hacerlo así:
  
-Edit /etc/httpd/extra/httpd-vhosts.conf - Add one of these entries for each vhost that needs unique cgi-bin directories:+Edite el archivo /etc/httpd/extra/httpd-vhosts.conf - Añada una de estas entradas para cada vhost que necesite directorios cgi-bin únicos:
  
 <code>vi /etc/httpd/extra/httpd-vhosts.conf <code>vi /etc/httpd/extra/httpd-vhosts.conf
Línea 200: Línea 200:
 <code>/etc/rc.d/rc.httpd restart</code> <code>/etc/rc.d/rc.httpd restart</code>
  
-**HINT:** I usually put these with their respective <VirtualHost *:80> entries.+**SUGERENCIA:** Normalmente los pongo con sus respectivas entradas <VirtualHost *:80>.
  
-**NOTE:** Change the "/home/server1/public_html/cgi-bin/" to the correct directory location.+**NOTA:** Cambie el "/home/server1/public_html/cgi-bin/" a la ubicación correcta del directorio.
  
  
 ====== HTTPS / SSL ======= ====== HTTPS / SSL =======
-to be added+para ser añadido
  
  
-====== SNI HTTPS / SSL (Name based https) ====== +====== SNI HTTPS / SSL (https basado en nombres) ====== 
-to be added+para ser añadido
  
  
-====== Sources ======+====== Fuentes ======
  
-  * Originally written by [[wiki:user:arfon | arfon]]+  * Escrito originalmente por [[wiki:user:arfon | arfon]]
  
 {{tag>howtos network_services apache httpd author_arfon}} {{tag>howtos network_services apache httpd author_arfon}}
 +
 +
 +Traducido por  --- //[[wiki:user:pedro.herrero|Pedro Herrero García]] 2019/02/16 19:07 (UTC)//
 es:howtos:network_services:setup_apache ()