Gentoo Archives: gentoo-doc-cvs

From: Josh Saddler <nightmorph@××××××××××××.org>
To: gentoo-doc-cvs@l.g.o
Subject: [gentoo-doc-cvs] cvs commit: jffnms.xml
Date: Thu, 11 Oct 2007 20:17:47
Message-Id: E1Ig4Jt-00079C-HB@stork.gentoo.org
1 nightmorph 07/10/11 20:07:45
2
3 Modified: jffnms.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.8 xml/htdocs/doc/en/jffnms.xml
9
10 file : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/jffnms.xml?rev=1.8&view=markup
11 plain: http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/jffnms.xml?rev=1.8&content-type=text/plain
12 diff : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/jffnms.xml?r1=1.7&r2=1.8
13
14 Index: jffnms.xml
15 ===================================================================
16 RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/jffnms.xml,v
17 retrieving revision 1.7
18 retrieving revision 1.8
19 diff -u -r1.7 -r1.8
20 --- jffnms.xml 20 Sep 2007 18:49:40 -0000 1.7
21 +++ jffnms.xml 11 Oct 2007 20:07:45 -0000 1.8
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/en/jffnms.xml,v 1.7 2007/09/20 18:49:40 nightmorph Exp $ -->
26 +<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/jffnms.xml,v 1.8 2007/10/11 20:07:45 nightmorph Exp $ -->
27
28 <guide link="/doc/en/jffnms.xml" lang="en">
29 <title>Jffnms Installation and Setup Guide</title>
30 @@ -19,8 +19,8 @@
31 <!-- See http://creativecommons.org/licenses/by-sa/2.5 -->
32 <license/>
33
34 -<version>1.3</version>
35 -<date>2007-09-20</date>
36 +<version>1.4</version>
37 +<date>2007-10-11</date>
38
39 <chapter>
40 <title>Jffnms Basics</title>
41 @@ -171,13 +171,13 @@
42 presented with a home page about your newly installed Apache 2. Now that we
43 know that Apache is up and running, we can proceed to the mod_php
44 configuration. Fire up your favorite text editor, open
45 -<path>/etc/conf.d/apache2</path> and add <c>-D PHP4</c> the APACHE2_OPTS
46 +<path>/etc/conf.d/apache2</path> and add <c>-D PHP5</c> the APACHE2_OPTS
47 variable.
48 </p>
49
50 <pre caption="Apache 2 Configuration">
51 # <i>nano -w /etc/conf.d/apache2</i>
52 -APACHE2_OPTS="-D DEFAULT_VHOST -D PHP4"
53 +APACHE2_OPTS="-D DEFAULT_VHOST -D PHP5"
54 </pre>
55
56 <p>
57 @@ -200,17 +200,17 @@
58 <p>
59 Now that apache is running, it is time to configure PHP. Jffnms requires that
60 you set some variables in php.ini in order to run. The <path>php.ini</path> file
61 -is usually located in <path>/etc/php/apache2-php4/php.ini</path>. You have to
62 +is usually located in <path>/etc/php/apache2-php5/php.ini</path>. You have to
63 set these variables to the following values:
64 </p>
65
66 <pre caption="Configuring PHP">
67 -# <i>nano -w /etc/php/apache2-php4/php.ini</i>
68 +# <i>nano -w /etc/php/apache2-php5/php.ini</i>
69 register_globals = On
70 register_argc_argv = On
71 error_reporting = E_ALL &amp; ~E_NOTICE
72 allow_url_fopen = On
73 -include_path = ".:/usr/share/php4:/usr/share/php:/usr/share/php/PEAR"
74 +include_path = ".:/usr/share/php5:/usr/share/php:/usr/share/php/PEAR"
75 short_open_tag = On
76 </pre>
77
78 @@ -422,13 +422,6 @@
79 <li><uri link="http://dev.mysql.com/doc/">MySQL Documentation</uri></li>
80 </ul>
81
82 -<p>
83 -You may also run into problems when configuring Apache to work with PHP
84 -(specially if you run both PHP4 and PHP5 on the same system). In that case, our
85 -<uri link="/proj/en/php/php4-php5-configuration.xml">Configuring Apache to Work
86 -with PHP4 and PHP5</uri> guide may give you some help.
87 -</p>
88 -
89 </body>
90 </section>
91 </chapter>
92
93
94
95 --
96 gentoo-doc-cvs@g.o mailing list