Gentoo Archives: gentoo-commits

From: "Damian Kuras (shadow)" <shadow@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo commit in xml/htdocs/doc/pl: apache-troubleshooting.xml
Date: Sun, 30 Dec 2007 20:28:34
Message-Id: E1J94ln-0006hY-AX@stork.gentoo.org
1 shadow 07/12/30 20:28:27
2
3 Modified: apache-troubleshooting.xml
4 Log:
5 sync to 1.6
6
7 Revision Changes Path
8 1.10 xml/htdocs/doc/pl/apache-troubleshooting.xml
9
10 file : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/pl/apache-troubleshooting.xml?rev=1.10&view=markup
11 plain: http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/pl/apache-troubleshooting.xml?rev=1.10&content-type=text/plain
12 diff : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/pl/apache-troubleshooting.xml?r1=1.9&r2=1.10
13
14 Index: apache-troubleshooting.xml
15 ===================================================================
16 RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/pl/apache-troubleshooting.xml,v
17 retrieving revision 1.9
18 retrieving revision 1.10
19 diff -u -r1.9 -r1.10
20 --- apache-troubleshooting.xml 12 Oct 2007 17:20:02 -0000 1.9
21 +++ apache-troubleshooting.xml 30 Dec 2007 20:28:26 -0000 1.10
22 @@ -1,6 +1,6 @@
23 <?xml version='1.0' encoding="UTF-8"?>
24 <!DOCTYPE guide SYSTEM "/dtd/guide.dtd">
25 -<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/pl/apache-troubleshooting.xml,v 1.9 2007/10/12 17:20:02 shadow Exp $ -->
26 +<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/pl/apache-troubleshooting.xml,v 1.10 2007/12/30 20:28:26 shadow Exp $ -->
27
28 <guide link="/doc/pl/apache-troubleshooting.xml" lang="pl">
29 <title>Rozwiązywanie problemów z Apache</title>
30 @@ -14,6 +14,9 @@
31 <author title="Contributor">
32 <mail link="kloeri@g.o">Bryan Østergaard</mail>
33 </author>
34 +<author title="Contributor">
35 + <mail link="hollow@g.o">Benedikt Böhm</mail>
36 +</author>
37 <author title="Tłumaczenie">
38 Aleksander Kamil Modzelewski
39 </author>
40 @@ -27,8 +30,8 @@
41 <!-- See http://creativecommons.org/licenses/by-sa/2.5 -->
42 <license/>
43
44 -<version>1.7</version>
45 -<date>2007-10-11</date>
46 +<version>1.8</version>
47 +<date>2007-11-29</date>
48
49 <chapter>
50 <title>Przeszukiwanie dziennika</title>
51 @@ -51,7 +54,7 @@
52 </section>
53
54 <section>
55 -<title>access_log</title>
56 +<title>access_log i ssl_access_log</title>
57 <body>
58
59 <pre caption="access_log">
60 @@ -111,7 +114,7 @@
61 </body>
62 </section>
63 <section>
64 -<title>error_log</title>
65 +<title>error_log i ssl_error_log</title>
66 <body>
67
68 <pre caption="error_log">
69 @@ -213,59 +216,10 @@
70
71 <p>
72 Kilka opcji które można dodać do <c>APACHE2_OPTS</c> jest zdefiniowanych w
73 -domyślnej konfiguracji:
74 +domyślnej konfiguracji. Ich szczegółowy opis można znaleźć w pliku
75 +<path>/etc/conf.d/apache2</path>.
76 </p>
77
78 -<table>
79 -<tr>
80 - <th>Opcja</th>
81 - <th>Wynik</th>
82 -</tr>
83 -<tr>
84 - <ti>USERDIR</ti>
85 - <ti>
86 - Pozwala użytkownikom na tworzenie własnych stron w podkatalogu public_html
87 - katalogu domowego, dostępnego jako http://server/~username
88 - </ti>
89 -</tr>
90 -<tr>
91 - <ti>INFO</ti>
92 - <ti>
93 - Uruchamia moduł mod_info, który wyświetla informacje o konfiguracji serwera
94 - pod adresem http://localhost/server-info
95 - </ti>
96 -</tr>
97 -<tr>
98 - <ti>PROXY</ti>
99 - <ti>Uruchamia mod_proxy</ti>
100 -</tr>
101 -<tr>
102 - <ti>SSL</ti>
103 - <ti>
104 - Uruchamia wsparcie SSL/HTTPS. (Apache musi być skompilowane z flagą USE ssl)
105 - </ti>
106 -</tr>
107 -<tr>
108 - <ti>DAV</ti>
109 - <ti>Uruchamia mod_dav, wbudowany moduł WebDav</ti>
110 -</tr>
111 -<tr>
112 - <ti>DAV_FS</ti>
113 - <ti>Uruchamia mod_dav_fs, wsparcie dla systemów plików w WebDav</ti>
114 -</tr>
115 -<tr>
116 - <ti>LDAP</ti>
117 - <ti>
118 - Uruchamia mod_ldap, który pozwala Apache na wykorzystanie zasobów LDAP
119 - (Wymaga flagi USE ldap).
120 - </ti>
121 -</tr>
122 -<tr>
123 - <ti>AUTH_LDAP</ti>
124 - <ti>Umożliwia uwierzytelnianie za pomocą zasobów LDAP</ti>
125 -</tr>
126 -</table>
127 -
128 <p>
129 Dokumentacja wszystkich wbudowanych modułów znajduje się w <uri
130 link="http://httpd.apache.org/docs/2.0/">dokumentacji Apache 2.0</uri>.
131
132
133
134 --
135 gentoo-commits@g.o mailing list