Gentoo Archives: gentoo-doc-cvs

From: Xavier Neys <neysx@×××××××××××.org>
To: gentoo-doc-cvs@l.g.o
Subject: [gentoo-doc-cvs] cvs commit: apache-upgrading.xml
Date: Thu, 29 Sep 2005 09:28:38
Message-Id: 200509290921.j8T9L9RJ017667@robin.gentoo.org
1 neysx 05/09/29 09:28:21
2
3 Modified: xml/htdocs/doc/en apache-upgrading.xml
4 Log:
5 #107567 Remove package.keyword stuff to reflect new stable apache
6
7 Revision Changes Path
8 1.3 +4 -57 xml/htdocs/doc/en/apache-upgrading.xml
9
10 file : http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/apache-upgrading.xml?rev=1.3&content-type=text/x-cvsweb-markup&cvsroot=gentoo
11 plain: http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/apache-upgrading.xml?rev=1.3&content-type=text/plain&cvsroot=gentoo
12 diff : http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/apache-upgrading.xml.diff?r1=1.2&r2=1.3&cvsroot=gentoo
13
14 Index: apache-upgrading.xml
15 ===================================================================
16 RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/apache-upgrading.xml,v
17 retrieving revision 1.2
18 retrieving revision 1.3
19 diff -u -r1.2 -r1.3
20 --- apache-upgrading.xml 1 Aug 2005 15:52:23 -0000 1.2
21 +++ apache-upgrading.xml 29 Sep 2005 09:28:21 -0000 1.3
22 @@ -1,5 +1,7 @@
23 <?xml version='1.0' encoding="UTF-8"?>
24 <!DOCTYPE guide SYSTEM "/dtd/guide.dtd">
25 +<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/apache-upgrading.xml,v 1.3 2005/09/29 09:28:21 neysx Exp $ -->
26 +
27 <guide link="apache-upgrading.xml" lang="en">
28 <title>Upgrading Apache</title>
29
30 @@ -16,8 +18,8 @@
31 <!-- See http://creativecommons.org/licenses/by-sa/2.5 -->
32 <license/>
33
34 -<version>2.2</version>
35 -<date>2005-08-01</date>
36 +<version>2.3</version>
37 +<date>2005-09-29</date>
38
39 <chapter>
40 <title>Introduction</title>
41 @@ -30,7 +32,6 @@
42 everything the Apache herd is responsible for difficult:
43 </p>
44
45 -
46 <ul>
47 <li>
48 The configuration that came with Gentoo was dramatically different from
49 @@ -61,7 +62,6 @@
50 of bugs.
51 </p>
52
53 -
54 <p>
55 This document details how to upgrade without breaking your system. If you are
56 a developer or would like to know what we changed, or how ebuilds need to be
57 @@ -90,7 +90,6 @@
58 package.
59 </p>
60
61 -
62 <pre caption="Finding packages to update">
63 $ <i>equery depends net-www/apache</i>
64 [ Searching for packages depending on net-www/apache... ]
65 @@ -108,76 +107,29 @@
66 www-apps/viewcvs-0.9.2_p20030430
67 </pre>
68
69 -
70 <impo>
71 The packages you have installed may be vastly different, make sure you run this
72 command for yourself.
73 </impo>
74
75 -
76 <warn>
77 There are some modules and packages that depend on Apache that have not yet
78 been updated. Please <uri link="http://bugs.gentoo.org">search bugzilla</uri>
79 for any critical packages that you use with Apache.
80 </warn>
81
82 -
83 <p>
84 Many webapps aren't affected in any way as most use the <c>webapp</c> eclass
85 which takes care of installing them correctly. You may want to check to see if
86 there is a new revision.
87 </p>
88
89 -<!-- Remove between this line and the next when new style goes stable -->
90 -
91 -<p>
92 -As all the packages that support our changes are still in unstable, to be able
93 -to use them you will need to add all the packages you want to upgrade (see
94 -above) as well as the following to <path>/etc/portage/package.keywords</path>.
95 -</p>
96 -
97 -
98 -<note>
99 -<path>/etc/portage</path> may not exist, please create it, as well as the files
100 -inside it.
101 -</note>
102 -
103 -
104 -<pre caption="Additions to /etc/portage/package.keywords">
105 -<comment>(If you are using Apache 1.3)</comment>
106 -=net-www/apache-1*
107 -net-www/gentoo-webroot-default
108 -
109 -<comment>(If you want to use lingerd with Apache 1.3)</comment>
110 -net-www/lingerd
111 -
112 -<comment>(If you are using Apache 2.0)</comment>
113 -net-www/apache
114 -dev-libs/apr
115 -dev-libs/apr-util
116 -net-www/gentoo-webroot-default
117 -
118 -<comment>(Include all others that you need to upgrade as well)</comment>
119 -dev-php/mod_php
120 -net-www/mod_bandwidth
121 -net-www/mod_layout
122 -net-www/mod_ldap_userdir
123 -net-www/mod_loopback
124 -net-www/mod_mp3
125 -net-www/mod_random
126 -net-www/mod_throttle
127 -net-www/mod_watch
128 -</pre>
129 -
130 -<!-- Remove between this line and the previous when new style goes stable -->
131 -
132 <p>
133 As we have added some new USE-flags, you may want to review them and add
134 appropriate lines to <path>/etc/portage/package.use</path>. See <uri
135 link="#use">Apache supported USE-flags</uri> for more details.
136 </p>
137
138 -
139 <pre caption="Checking USE flag settings and rebuild">
140 <comment>(Check the USE-flags and needed updates)</comment>
141 # <i>emerge --pretend --verbose --update --newuse --deep apache subversion \
142 @@ -193,7 +145,6 @@
143 # <i>emerge --ask --verbose --update --newuse --deep world</i>
144 </pre>
145
146 -
147 <p>
148 Now you need to reconfigure Apache and its modules. Start by using
149 <c>etc-update</c> or <c>dispatch-conf</c> to update the <path>/etc/init.d</path>
150 @@ -219,7 +170,6 @@
151 have reconfigured apache using the new paths.
152 </p>
153
154 -
155 <note>
156 Many modules that used to be enabled by default are now disabled. If they are
157 apache built-in modules, then uncomment the appropriate line in httpd.conf.
158 @@ -227,18 +177,15 @@
159 add the name to <path>/etc/conf.d/apache{|2}</path> to enable it.
160 </note>
161
162 -
163 <p>
164 Now you may restart apache.
165 </p>
166
167 -
168 <pre caption="Restarting apache">
169 # <i>/etc/init.d/apache stop</i>
170 # <i>/etc/init.d/apache start</i>
171 </pre>
172
173 -
174 <p>
175 If you run into any problems check the <uri
176 link="/doc/en/apache-troubleshooting.xml">Apache Troubleshooting Guide</uri>
177
178
179
180 --
181 gentoo-doc-cvs@g.o mailing list