nightmorph    07/10/11 20:07:45

  Modified:             jffnms.xml
  Log:
  php4 is being masked for removal, thanks to hoffie for updates via the 
gentoo-dev ML

Revision  Changes    Path
1.8                  xml/htdocs/doc/en/jffnms.xml

file : 
http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/jffnms.xml?rev=1.8&view=markup
plain: 
http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/jffnms.xml?rev=1.8&content-type=text/plain
diff : 
http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/jffnms.xml?r1=1.7&r2=1.8

Index: jffnms.xml
===================================================================
RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/jffnms.xml,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- jffnms.xml  20 Sep 2007 18:49:40 -0000      1.7
+++ jffnms.xml  11 Oct 2007 20:07:45 -0000      1.8
@@ -1,6 +1,6 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!DOCTYPE guide SYSTEM "/dtd/guide.dtd">
-<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/jffnms.xml,v 1.7 
2007/09/20 18:49:40 nightmorph Exp $ -->
+<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/jffnms.xml,v 1.8 
2007/10/11 20:07:45 nightmorph Exp $ -->
 
 <guide link="/doc/en/jffnms.xml" lang="en">
 <title>Jffnms Installation and Setup Guide</title>
@@ -19,8 +19,8 @@
 <!-- See http://creativecommons.org/licenses/by-sa/2.5 -->
 <license/>
 
-<version>1.3</version>
-<date>2007-09-20</date>
+<version>1.4</version>
+<date>2007-10-11</date>
 
 <chapter>
 <title>Jffnms Basics</title>
@@ -171,13 +171,13 @@
 presented with a home page about your newly installed Apache 2.  Now that we
 know that Apache is up and running, we can proceed to the mod_php
 configuration.  Fire up your favorite text editor, open
-<path>/etc/conf.d/apache2</path> and add <c>-D PHP4</c> the APACHE2_OPTS
+<path>/etc/conf.d/apache2</path> and add <c>-D PHP5</c> the APACHE2_OPTS
 variable.
 </p>
 
 <pre caption="Apache 2 Configuration">
 # <i>nano -w /etc/conf.d/apache2</i>
-APACHE2_OPTS="-D DEFAULT_VHOST -D PHP4"
+APACHE2_OPTS="-D DEFAULT_VHOST -D PHP5"
 </pre>
 
 <p>
@@ -200,17 +200,17 @@
 <p>
 Now that apache is running, it is time to configure PHP. Jffnms requires that
 you set some variables in php.ini in order to run. The <path>php.ini</path> 
file
-is usually located in <path>/etc/php/apache2-php4/php.ini</path>. You have to
+is usually located in <path>/etc/php/apache2-php5/php.ini</path>. You have to
 set these variables to the following values:
 </p>
 
 <pre caption="Configuring PHP">
-# <i>nano -w /etc/php/apache2-php4/php.ini</i>
+# <i>nano -w /etc/php/apache2-php5/php.ini</i>
 register_globals = On
 register_argc_argv = On 
 error_reporting  =  E_ALL &amp; ~E_NOTICE
 allow_url_fopen = On
-include_path = ".:/usr/share/php4:/usr/share/php:/usr/share/php/PEAR"
+include_path = ".:/usr/share/php5:/usr/share/php:/usr/share/php/PEAR"
 short_open_tag = On
 </pre>
 
@@ -422,13 +422,6 @@
   <li><uri link="http://dev.mysql.com/doc/";>MySQL Documentation</uri></li>
 </ul>
 
-<p>
-You may also run into problems when configuring Apache to work with PHP
-(specially if you run both PHP4 and PHP5 on the same system). In that case, our
-<uri link="/proj/en/php/php4-php5-configuration.xml">Configuring Apache to Work
-with PHP4 and PHP5</uri> guide may give you some help.
-</p>
-
 </body>
 </section>
 </chapter>



-- 
[EMAIL PROTECTED] mailing list

Reply via email to