Gentoo Archives: gentoo-commits

From: "John Christian Stoddart (chiguire)" <chiguire@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo commit in xml/htdocs/doc/es: apache-troubleshooting.xml
Date: Fri, 04 Jan 2008 23:31:57
Message-Id: E1JAw0w-0002wb-Gf@stork.gentoo.org
1 chiguire 08/01/04 23:31:46
2
3 Modified: apache-troubleshooting.xml
4 Log:
5 updated spanish translation
6
7 Revision Changes Path
8 1.5 xml/htdocs/doc/es/apache-troubleshooting.xml
9
10 file : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/es/apache-troubleshooting.xml?rev=1.5&view=markup
11 plain: http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/es/apache-troubleshooting.xml?rev=1.5&content-type=text/plain
12 diff : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/es/apache-troubleshooting.xml?r1=1.4&r2=1.5
13
14 Index: apache-troubleshooting.xml
15 ===================================================================
16 RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/es/apache-troubleshooting.xml,v
17 retrieving revision 1.4
18 retrieving revision 1.5
19 diff -u -r1.4 -r1.5
20 --- apache-troubleshooting.xml 25 Nov 2007 17:10:34 -0000 1.4
21 +++ apache-troubleshooting.xml 4 Jan 2008 23:31:45 -0000 1.5
22 @@ -1,5 +1,5 @@
23 <?xml version='1.0' encoding="UTF-8"?>
24 -<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/es/apache-troubleshooting.xml,v 1.4 2007/11/25 17:10:34 chiguire Exp $ -->
25 +<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/es/apache-troubleshooting.xml,v 1.5 2008/01/04 23:31:45 chiguire Exp $ -->
26 <!DOCTYPE guide SYSTEM "/dtd/guide.dtd">
27
28 <guide link="/doc/es/apache-troubleshooting.xml" lang="es">
29 @@ -14,6 +14,9 @@
30 <author title="Colaborador">
31 <mail link="kloeri@g.o">Bryan Østergaard</mail>
32 </author>
33 +<author title="Colaborador">
34 + <mail link="hollow@g.o">Benedikt Böhm</mail>
35 +</author>
36 <author title="Traductor">
37 <mail link="enrique@××××××××.org">Enrique Barbeito García</mail>
38 </author>
39 @@ -31,8 +34,8 @@
40 <!-- See http://creativecommons.org/licenses/by-sa/2.5 -->
41 <license/>
42
43 -<version>1.7</version>
44 -<date>2007-10-11</date>
45 +<version>1.8</version>
46 +<date>2007-11-29</date>
47
48 <chapter>
49 <title>Revisar el registro</title>
50 @@ -54,7 +57,7 @@
51 </section>
52
53 <section>
54 -<title>access_log</title>
55 +<title>access_log y ssl_access_log</title>
56 <body>
57
58 <pre caption="access_log">
59 @@ -111,7 +114,7 @@
60 </section>
61
62 <section>
63 -<title>error_log</title>
64 +<title>error_log y ssl_error_log</title>
65 <body>
66
67 <pre caption="error_log">
68 @@ -215,63 +218,10 @@
69
70 <p>
71 Hay varias opciones que puede añadir a <c>APACHE2_OPTS</c> y que se
72 -especifican en la configuración predeterminada:
73 +especifican en la configuración predeterminada y que se encuentran
74 +bien explicadas en el archivo <path>/etc/conf.d/apache2</path>.
75 </p>
76
77 -<table>
78 -<tr>
79 - <th>Opción</th>
80 - <th>Resultado</th>
81 -</tr>
82 -<tr>
83 - <ti>USERDIR</ti>
84 - <ti>
85 - Habilita los directorios de usuario public_html para ser accesibles a
86 - través de http://server/~username
87 - </ti>
88 -</tr>
89 -<tr>
90 - <ti>INFO</ti>
91 - <ti>
92 - Habilita el módulo mod_info el cual muestra información en
93 - http://localhost/server-info sobre la configuración del servidor en
94 - ejecución
95 - </ti>
96 -</tr>
97 -<tr>
98 - <ti>PROXY</ti>
99 - <ti>Habilita mod_proxy</ti>
100 -</tr>
101 -<tr>
102 - <ti>SSL</ti>
103 - <ti>
104 - Habilita el soporte SSL/HTTPS. (Apache debe estar compilado con el
105 - parámetro USE ssl)
106 - </ti>
107 -</tr>
108 -<tr>
109 - <ti>DAV</ti>
110 - <ti>Habilita mod_dav, el módulo WebDav incorporado</ti>
111 -</tr>
112 -<tr>
113 - <ti>DAV_FS</ti>
114 - <ti>Habilita mod_dav_fs, soporte para sistemas de ficheros en WebDav</ti>
115 -</tr>
116 -<tr>
117 - <ti>LDAP</ti>
118 - <ti>
119 - Habilita mod_ldap, el cual le permite a Apache conectar con recursos LDAP.
120 - (Requiere el parámetro USE ldap para estar habilitado)
121 - </ti>
122 -</tr>
123 -<tr>
124 - <ti>AUTH_LDAP</ti>
125 - <ti>
126 - Habilita la autenticación a los recursos por medio de un recurso LDAP.
127 - </ti>
128 -</tr>
129 -</table>
130 -
131 <p>
132 La información de todos los módulos que Apache incorpora se puede
133 encontrar en la <uri
134
135
136
137 --
138 gentoo-commits@g.o mailing list