Gentoo Archives: gentoo-doc-cvs

From: Josh Saddler <nightmorph@××××××××××××.org>
To: gentoo-doc-cvs@l.g.o
Subject: [gentoo-doc-cvs] cvs commit: apache-troubleshooting.xml
Date: Thu, 11 Oct 2007 20:30:55
Message-Id: E1Ig4Wb-0007Wy-FY@stork.gentoo.org
1 nightmorph 07/10/11 20:20:53
2
3 Modified: apache-troubleshooting.xml
4 Log:
5 php4 is being masked for removal, thanks to hoffie for updates via the gentoo-dev ML
6
7 Revision Changes Path
8 1.5 xml/htdocs/doc/en/apache-troubleshooting.xml
9
10 file : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/apache-troubleshooting.xml?rev=1.5&view=markup
11 plain: http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/apache-troubleshooting.xml?rev=1.5&content-type=text/plain
12 diff : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/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/en/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 30 Jul 2007 18:06:35 -0000 1.4
21 +++ apache-troubleshooting.xml 11 Oct 2007 20:20:53 -0000 1.5
22 @@ -1,5 +1,5 @@
23 <?xml version='1.0' encoding="UTF-8"?>
24 -<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/apache-troubleshooting.xml,v 1.4 2007/07/30 18:06:35 nightmorph Exp $ -->
25 +<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/apache-troubleshooting.xml,v 1.5 2007/10/11 20:20:53 nightmorph Exp $ -->
26 <!DOCTYPE guide SYSTEM "/dtd/guide.dtd">
27
28 <guide link="/doc/en/apache-troubleshooting.xml" lang="en">
29 @@ -24,8 +24,8 @@
30 <!-- See http://creativecommons.org/licenses/by-sa/2.5 -->
31 <license/>
32
33 -<version>1.6</version>
34 -<date>2007-07-30</date>
35 +<version>1.7</version>
36 +<date>2007-10-11</date>
37
38 <chapter>
39 <title>Checking the Logs</title>
40 @@ -294,12 +294,12 @@
41 [ Searching for packages depending on www-servers/apache... ]
42 dev-php/phpsysinfo-2.3-r2
43 dev-php/phpsysinfo-2.1-r2
44 -dev-php/mod_php-4.3.11-r2
45 +dev-lang/php-5.2.4_p20070914-r2
46 net-www/mod_layout-4.0.1a-r1
47 www-servers/gorg-0.5
48
49 <comment>(then rebuild any modules you have installed)</comment>
50 -# <i>emerge -av '=dev-php/mod_php-4.3.11-r2' '=net-www/mod_layout-4.0.1.a-r1'</i>
51 +# <i>emerge -av '=dev-lang/php-5.2.4_p20070914-r2' '=net-www/mod_layout-4.0.1.a-r1'</i>
52 </pre>
53
54 </body>
55 @@ -321,7 +321,7 @@
56 <comment>(edit /etc/conf.d/apache2)</comment>
57
58 <comment>(before the change)</comment>
59 -APACHE2_OPTS="-D PHP4 -D USERDIR -D SSL"
60 +APACHE2_OPTS="-D PHP5 -D USERDIR -D SSL"
61
62 <comment>(after the change)</comment>
63 APACHE2_OPTS=""
64
65
66
67 --
68 gentoo-doc-cvs@g.o mailing list