You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@vcl.apache.org by jf...@apache.org on 2015/02/03 19:43:50 UTC

svn commit: r1656884 - /vcl/site/trunk/content/docs/VCL24InstallGuide.mdtext

Author: jfthomps
Date: Tue Feb  3 18:43:50 2015
New Revision: 1656884

URL: http://svn.apache.org/r1656884
Log:
removed php-process from list of required php modules and command to install them

Modified:
    vcl/site/trunk/content/docs/VCL24InstallGuide.mdtext

Modified: vcl/site/trunk/content/docs/VCL24InstallGuide.mdtext
URL: http://svn.apache.org/viewvc/vcl/site/trunk/content/docs/VCL24InstallGuide.mdtext?rev=1656884&r1=1656883&r2=1656884&view=diff
==============================================================================
--- vcl/site/trunk/content/docs/VCL24InstallGuide.mdtext (original)
+++ vcl/site/trunk/content/docs/VCL24InstallGuide.mdtext Tue Feb  3 18:43:50 2015
@@ -205,10 +205,6 @@ privileges on the database you just crea
   * php-xml
   * php-xmlrpc
   * php-ldap (if you will be using LDAP authentication)
-  * php-process (for RHEL/CentOS 6 and 7), 
-      * Note: You may need the optional server rpm repository for the
-         php-process package; to add this run the following command:
-         rhn-channel --add --channel=rhel-x86_64-server-optional-6
 
 
  - - -
@@ -220,7 +216,7 @@ privileges on the database you just crea
         For RHEL / CentOS 6 and 7
 
             :::BashLexer
-            yum install httpd mod_ssl php php-gd php-mysql php-xml php-xmlrpc php-ldap php-process -y
+            yum install httpd mod_ssl php php-gd php-mysql php-xml php-xmlrpc php-ldap -y
 
         For RHEL / CentOS 5