Gentoo Archives: gentoo-doc-cvs

From: Josh Saddler <nightmorph@××××××××××××.org>
To: gentoo-doc-cvs@l.g.o
Subject: [gentoo-doc-cvs] cvs commit: apache-developer.xml apache-troubleshooting.xml apache-upgrading.xml
Date: Mon, 30 Jul 2007 18:06:59
Message-Id: E1IFZdb-0001yu-8P@stork.gentoo.org
1 nightmorph 07/07/30 18:06:35
2
3 Modified: apache-developer.xml apache-troubleshooting.xml
4 apache-upgrading.xml
5 Log:
6 more apache updates
7
8 Revision Changes Path
9 1.5 xml/htdocs/doc/en/apache-developer.xml
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/apache-developer.xml?rev=1.5&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/apache-developer.xml?rev=1.5&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/apache-developer.xml?r1=1.4&r2=1.5
14
15 Index: apache-developer.xml
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/apache-developer.xml,v
18 retrieving revision 1.4
19 retrieving revision 1.5
20 diff -u -r1.4 -r1.5
21 --- apache-developer.xml 10 Oct 2006 19:39:51 -0000 1.4
22 +++ apache-developer.xml 30 Jul 2007 18:06:35 -0000 1.5
23 @@ -1,6 +1,6 @@
24 <?xml version='1.0' encoding="UTF-8"?>
25 <!DOCTYPE guide SYSTEM "/dtd/guide.dtd">
26 -<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/apache-developer.xml,v 1.4 2006/10/10 19:39:51 so Exp $ -->
27 +<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/apache-developer.xml,v 1.5 2007/07/30 18:06:35 nightmorph Exp $ -->
28
29 <guide link="/doc/en/apache-developer.xml" lang="en">
30 <title>Apache Developer Documentation</title>
31 @@ -18,8 +18,8 @@
32 <!-- See http://creativecommons.org/licenses/by-sa/2.5 -->
33 <license/>
34
35 -<version>2.3</version>
36 -<date>2006-07-06</date>
37 +<version>2.4</version>
38 +<date>2007-07-30</date>
39
40 <chapter>
41 <title>About this document</title>
42 @@ -87,55 +87,6 @@
43 </body>
44 </section>
45 <section>
46 -<title>Apache 1.x</title>
47 -<body>
48 -
49 -<table>
50 -<tr>
51 - <th>Use</th>
52 - <th>Old Path</th>
53 - <th>New Path</th>
54 -</tr>
55 -<tr>
56 - <ti>Server Root</ti>
57 - <ti><path>/etc/apache/</path></ti>
58 - <ti><path>/usr/lib/apache/</path></ti>
59 -</tr>
60 -<tr>
61 - <ti>Configuration Directory</ti>
62 - <ti><path>/etc/apache/conf/</path></ti>
63 - <ti><path>/etc/apache/</path></ti>
64 -</tr>
65 -<tr>
66 - <ti>Configuration</ti>
67 - <ti><path>/etc/apache/conf/apache.conf</path></ti>
68 - <ti><path>/etc/apache/httpd.conf</path></ti>
69 -</tr>
70 -<tr>
71 - <ti>Configuration</ti>
72 - <ti><path>/etc/apache/conf/commonapache.conf</path></ti>
73 - <ti><path>/etc/apache/httpd.conf</path></ti>
74 -</tr>
75 -<tr>
76 - <ti>Vhosts Configuration</ti>
77 - <ti><path>/etc/apache/conf/vhosts/</path></ti>
78 - <ti><path>/etc/apache/vhosts.d/</path></ti>
79 -</tr>
80 -<tr>
81 - <ti>Modules Configuration</ti>
82 - <ti><path>/etc/apache/conf/addon-modules/</path></ti>
83 - <ti><path>/etc/apache/modules.d/</path></ti>
84 -</tr>
85 -<tr>
86 - <ti>Module Binaries</ti>
87 - <ti><path>/usr/lib/apache-extramodules/</path></ti>
88 - <ti><path>/usr/lib/apache/modules/</path></ti>
89 -</tr>
90 -</table>
91 -
92 -</body>
93 -</section>
94 -<section>
95 <title>Apache 2.x</title>
96 <body>
97
98 @@ -217,9 +168,9 @@
99 </p>
100
101 <p>
102 -This chapter will guide a developer through upgrading an ebuild to use the new
103 -eclass, using one of our more complex packages,
104 -<c>net-www/mod_ldap_userdir</c> as an example.
105 +This chapter will guide a developer through upgrading an ebuild to use the new
106 +eclass, using one of our more complex packages,
107 +<c>www-apache/mod_ldap_userdir</c> as an example.
108 </p>
109
110
111
112
113
114 1.4 xml/htdocs/doc/en/apache-troubleshooting.xml
115
116 file : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/apache-troubleshooting.xml?rev=1.4&view=markup
117 plain: http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/apache-troubleshooting.xml?rev=1.4&content-type=text/plain
118 diff : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/apache-troubleshooting.xml?r1=1.3&r2=1.4
119
120 Index: apache-troubleshooting.xml
121 ===================================================================
122 RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/apache-troubleshooting.xml,v
123 retrieving revision 1.3
124 retrieving revision 1.4
125 diff -u -r1.3 -r1.4
126 --- apache-troubleshooting.xml 24 Mar 2007 11:21:36 -0000 1.3
127 +++ apache-troubleshooting.xml 30 Jul 2007 18:06:35 -0000 1.4
128 @@ -1,5 +1,5 @@
129 <?xml version='1.0' encoding="UTF-8"?>
130 -<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/apache-troubleshooting.xml,v 1.3 2007/03/24 11:21:36 nightmorph Exp $ -->
131 +<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/apache-troubleshooting.xml,v 1.4 2007/07/30 18:06:35 nightmorph Exp $ -->
132 <!DOCTYPE guide SYSTEM "/dtd/guide.dtd">
133
134 <guide link="/doc/en/apache-troubleshooting.xml" lang="en">
135 @@ -24,8 +24,8 @@
136 <!-- See http://creativecommons.org/licenses/by-sa/2.5 -->
137 <license/>
138
139 -<version>1.5</version>
140 -<date>2005-10-24</date>
141 +<version>1.6</version>
142 +<date>2007-07-30</date>
143
144 <chapter>
145 <title>Checking the Logs</title>
146 @@ -281,17 +281,17 @@
147 <comment>(make sure you do these in order, it's very important!)</comment>
148
149 <comment>(first, we have to remove the currently installed apache)</comment>
150 -# <i>emerge -aCv '=net-www/apache-2*'</i>
151 +# <i>emerge -aCv '=www-servers/apache-2*'</i>
152
153 <comment>(then we rebuild the tool stack)</comment>
154 # <i>emerge -av '=dev-libs/apr-0*' '=dev-libs/apr-util-0*'</i>
155
156 <comment>(then we reinstall apache)</comment>
157 -# <i>emerge -av '=net-www/apache-2*'</i>
158 +# <i>emerge -av '=www-servers/apache-2*'</i>
159
160 <comment>(determine any packages that depend on apache)</comment>
161 -$ <i>equery depends net-www/apache</i>
162 -[ Searching for packages depending on net-www/apache... ]
163 +$ <i>equery depends www-servers/apache</i>
164 +[ Searching for packages depending on www-servers/apache... ]
165 dev-php/phpsysinfo-2.3-r2
166 dev-php/phpsysinfo-2.1-r2
167 dev-php/mod_php-4.3.11-r2
168 @@ -337,7 +337,7 @@
169 <note>
170 You may have to make minor changes to some places of your configuration if you
171 have added <c>Directive</c>s that these modules provide in places that don't
172 -test to for the module being loaded. It's recommended that <c>Directive</c>s
173 +test for the module being loaded. It's recommended that <c>Directive</c>s
174 like these be placed in test containers. See any of the .conf files in
175 <path>/etc/apache2/modules.d</path> examples.
176 </note>
177
178
179
180 1.8 xml/htdocs/doc/en/apache-upgrading.xml
181
182 file : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/apache-upgrading.xml?rev=1.8&view=markup
183 plain: http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/apache-upgrading.xml?rev=1.8&content-type=text/plain
184 diff : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/apache-upgrading.xml?r1=1.7&r2=1.8
185
186 Index: apache-upgrading.xml
187 ===================================================================
188 RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/apache-upgrading.xml,v
189 retrieving revision 1.7
190 retrieving revision 1.8
191 diff -u -r1.7 -r1.8
192 --- apache-upgrading.xml 29 Jul 2007 21:36:58 -0000 1.7
193 +++ apache-upgrading.xml 30 Jul 2007 18:06:35 -0000 1.8
194 @@ -1,6 +1,6 @@
195 <?xml version='1.0' encoding="UTF-8"?>
196 <!DOCTYPE guide SYSTEM "/dtd/guide.dtd">
197 -<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/apache-upgrading.xml,v 1.7 2007/07/29 21:36:58 nightmorph Exp $ -->
198 +<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/apache-upgrading.xml,v 1.8 2007/07/30 18:06:35 nightmorph Exp $ -->
199
200 <guide link="/doc/en/apache-upgrading.xml" lang="en">
201 <title>Upgrading Apache</title>
202 @@ -18,8 +18,8 @@
203 <!-- See http://creativecommons.org/licenses/by-sa/2.5 -->
204 <license/>
205
206 -<version>2.4</version>
207 -<date>2007-07-29</date>
208 +<version>2.5</version>
209 +<date>2007-07-30</date>
210
211 <chapter>
212 <title>Introduction</title>
213 @@ -91,8 +91,8 @@
214 </p>
215
216 <pre caption="Finding packages to update">
217 -$ <i>equery depends net-www/apache</i>
218 -[ Searching for packages depending on net-www/apache... ]
219 +$ <i>equery depends www-servers/apache</i>
220 +[ Searching for packages depending on www-servers/apache... ]
221 dev-db/phpmyadmin-2.5.6
222 dev-php/mod_php-4.3.10
223 dev-php/phpsysinfo-2.1-r2
224
225
226
227 --
228 gentoo-doc-cvs@g.o mailing list