You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by lg...@apache.org on 2016/10/23 19:57:57 UTC

svn commit: r1766312 - in /httpd/httpd/trunk/docs/manual/howto: index.html index.xml.es index.xml.meta

Author: lgilbernabe
Date: Sun Oct 23 19:57:57 2016
New Revision: 1766312

URL: http://svn.apache.org/viewvc?rev=1766312&view=rev
Log:
Adding the translated verion file done by Daniel Ferradal
Reviewd and built the html doc files.

Added:
    httpd/httpd/trunk/docs/manual/howto/index.xml.es
Modified:
    httpd/httpd/trunk/docs/manual/howto/index.html
    httpd/httpd/trunk/docs/manual/howto/index.xml.meta

Modified: httpd/httpd/trunk/docs/manual/howto/index.html
URL: http://svn.apache.org/viewvc/httpd/httpd/trunk/docs/manual/howto/index.html?rev=1766312&r1=1766311&r2=1766312&view=diff
==============================================================================
--- httpd/httpd/trunk/docs/manual/howto/index.html (original)
+++ httpd/httpd/trunk/docs/manual/howto/index.html Sun Oct 23 19:57:57 2016
@@ -4,6 +4,10 @@ URI: index.html.en
 Content-Language: en
 Content-type: text/html; charset=ISO-8859-1
 
+URI: index.html.es
+Content-Language: es
+Content-type: text/html; charset=ISO-8859-1
+
 URI: index.html.fr
 Content-Language: fr
 Content-type: text/html; charset=ISO-8859-1

Added: httpd/httpd/trunk/docs/manual/howto/index.xml.es
URL: http://svn.apache.org/viewvc/httpd/httpd/trunk/docs/manual/howto/index.xml.es?rev=1766312&view=auto
==============================================================================
--- httpd/httpd/trunk/docs/manual/howto/index.xml.es (added)
+++ httpd/httpd/trunk/docs/manual/howto/index.xml.es [utf-8] Sun Oct 23 19:57:57 2016
@@ -0,0 +1,145 @@
+<?xml version="1.0" encoding="UTF-8" ?>
+<!DOCTYPE manualpage SYSTEM "../style/manualpage.dtd">
+<?xml-stylesheet type="text/xsl" href="../style/manual.es.xsl"?>
+<!-- English Revision: 1736686 $ -->
+<!-- Spanish translation : Daniel Ferradal -->
+<!-- Reviewed by : Luis Gil de Bernab� Pfeiffer lgilbernabe [AT] apache.org -->
+<!--
+ Licensed to the Apache Software Foundation (ASF) under one or more
+ contributor license agreements.  See the NOTICE file distributed with
+ this work for additional information regarding copyright ownership.
+ The ASF licenses this file to You under the Apache License, Version 2.0
+ (the "License"); you may not use this file except in compliance with
+ the License.  You may obtain a copy of the License at
+
+     http://www.apache.org/licenses/LICENSE-2.0
+
+ Unless required by applicable law or agreed to in writing, software
+ distributed under the License is distributed on an "AS IS" BASIS,
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ See the License for the specific language governing permissions and
+ limitations under the License.
+-->
+
+<manualpage metafile="index.xml.meta">
+  <parentdocument href="../"/>
+
+  <title>How-To / Tutoriales</title>
+
+  <section id="howto">
+
+    <title>How-To / Tutoriales</title>
+
+    <dl>
+      <dt>Autenticaci�n y Autorizaci�n</dt>
+      <dd>
+        <p>Autenticaci�n es un proceso en el cual se verifica 
+		que alguien es quien afirma ser. Autorizaci�n es cualquier
+		proceso en el que se permite a alguien acceder donde quiere ir,
+        o a obtener la informaci�n que desea tener.</p>
+
+        <p>Ver: <a href="auth.html">Autenticaci�n, Autorizaci�n</a></p>
+      </dd>
+    </dl>
+
+    <dl>
+      <dt>Control de Acceso</dt>
+      <dd>
+        <p>Control de acceso hace referencia al proceso de restringir, o 
+		garantizar el acceso a un recurso en base a un criterio arbitrario.
+		Esto se puede conseguir de distintas formas.</p>
+
+        <p>Ver: <a href="access.html">Control de Acceso</a></p>
+      </dd>
+    </dl>
+
+   <dl>
+      <dt>Contenido Din�mico con CGI</dt>
+      <dd>
+        <p>El CGI (Common Gateway Interface) es un m�todo por el cual
+		un servidor web puede interactuar con programas externos de 
+		generaci�n de contenido, a ellos nos referimos com�nmente como 
+		programas CGI o scripts CGI. Es un m�todo sencillo para mostrar
+		contenido din�mico en tu sitio web. Este documento es una 
+		introducci�n para configurar CGI en tu servidor web Apache, y de
+		inicio para escribir programas CGI.</p>
+
+        <p>Ver: <a href="cgi.html">CGI: Contenido Din�mico</a></p>
+      </dd>
+    </dl>
+
+    <dl>
+      <dt>Ficheros <code>.htaccess</code></dt>
+      <dd>
+        <p>Los ficheros <code>.htaccess</code> facilitan una forma de 
+		hacer configuraciones por-directorio. Un archivo, que 
+		contiene una o m�s directivas de configuraci�n, se coloca en un
+		directorio espec�fico y las directivas especificadas solo aplican
+		sobre ese directorio y los subdirectorios del mismo.</p>
+
+        <p>Ver: <a href="htaccess.html"><code>.htaccess</code> files</a></p>
+      </dd>
+    </dl>
+
+    <dl>
+      <dt>HTTP/2 con httpd</dt>
+      <dd>
+      <p>HTTP/2 es la evoluci�n del protocolo de capa de aplicaci�n m�s conocido, HTTP. 
+        Se centra en hacer un uso m�s eficiente de los recursos de red sin cambiar la
+		sem�ntica de HTTP. Esta gu�a explica como se implementa HTTP/2 en httpd,
+		mostrando buenas pr�cticas y consejos de configuraci�n b�sica.
+      </p>
+
+        <p>Ver: <a href="http2.html">Gu�a HTTP/2</a></p>
+      </dd>
+    </dl>
+
+
+    <dl>
+      <dt>Introducci�n a los SSI</dt>
+      <dd>
+        <p>Los SSI (Server Side Includes) son directivas que se colocan
+		en las p�ginas HTML, y son evaluadas por el servidor mientras 
+		�ste las sirve. Le permiten a�adir contenido generado 
+		din�micamente a una p�gina HTML existente, sin tener que servir
+		la p�gina entera a trav�s de un programa CGI u otro m�todo 
+		din�mico.</p>
+
+        <p>Ver: <a href="ssi.html">Server Side Includes (SSI)</a></p>
+      </dd>
+    </dl>
+
+    <dl>
+      <dt>Directorios web Por-usuario</dt>
+      <dd>
+        <p>En sistemas con m�ltiples usuarios, cada usuario puede tener
+		su directorio "home" compartido usando la directiva
+		<directive module="mod_userdir">UserDir</directive>. Aquellos
+		que visiten la URL <code>http://example.com/~username/</code>
+		obtendr�n contenido del directorio del usuario "<code>username</code>"
+		que se encuentra en el directorio "home" del sistema.</p>
+
+        <p>Ver: <a href="public_html.html">
+		Directorios Web de Usuario (<code>public_html</code>)</a></p>
+      </dd>
+    </dl>
+
+    <dl>
+      <dt>Gu�a de Proxy Inverso</dt>
+      <dd>
+        <p>Apache httpd ofrece muchas posibilidades como proxy inverso. Usando la
+		directiva <directive module="mod_proxy">ProxyPass</directive> as� como
+		<directive module="mod_proxy">BalancerMember</directive> puede crear
+		sofisticadas configuraciones de proxy inverso que proveen de alta 
+		disponibilidad, balanceo de carga, clustering basado en la nube y 
+		reconfiguraci�n din�mica en caliente.</p>
+
+        <p>Ver: <a href="reverse_proxy.html">Gu�a de Proxy Inverso</a></p>
+      </dd>
+    </dl>
+
+  </section>
+
+</manualpage>
+
+

Modified: httpd/httpd/trunk/docs/manual/howto/index.xml.meta
URL: http://svn.apache.org/viewvc/httpd/httpd/trunk/docs/manual/howto/index.xml.meta?rev=1766312&r1=1766311&r2=1766312&view=diff
==============================================================================
--- httpd/httpd/trunk/docs/manual/howto/index.xml.meta (original)
+++ httpd/httpd/trunk/docs/manual/howto/index.xml.meta Sun Oct 23 19:57:57 2016
@@ -8,6 +8,7 @@
 
   <variants>
     <variant>en</variant>
+    <variant>es</variant>
     <variant>fr</variant>
     <variant outdated="yes">ja</variant>
     <variant outdated="yes">ko</variant>