You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@vcl.apache.org by fa...@apache.org on 2012/12/12 17:07:20 UTC

svn commit: r1420802 - /vcl/site/trunk/content/docs/VCL231InstallGuide.mdtext

Author: fapeeler
Date: Wed Dec 12 16:07:19 2012
New Revision: 1420802

URL: http://svn.apache.org/viewvc?rev=1420802&view=rev
Log:
CMS commit to vcl by fapeeler

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

Modified: vcl/site/trunk/content/docs/VCL231InstallGuide.mdtext
URL: http://svn.apache.org/viewvc/vcl/site/trunk/content/docs/VCL231InstallGuide.mdtext?rev=1420802&r1=1420801&r2=1420802&view=diff
==============================================================================
--- vcl/site/trunk/content/docs/VCL231InstallGuide.mdtext (original)
+++ vcl/site/trunk/content/docs/VCL231InstallGuide.mdtext Wed Dec 12 16:07:19 2012
@@ -122,15 +122,17 @@ your iptables config and restart iptable
 1. **Install the Required Linux Packages & PHP Modules**
 
     * If your web server is running a Red Hat-based OS, the required components can be installed with:
+        
+        For RHEL / CentOS 6
+
+            :::BashLexer
+            yum install httpd mod_ssl php php-gd php-mysql php-xml php-xmlrpc php-ldap php-process -y
+
         For RHEL / CentOS 5
        
             :::BashLexer
             yum install httpd mod_ssl php php-gd php-mysql php-xml php-xmlrpc php-ldap -y
 
-        For RHEL / CentOS 6
-
-            :::BashLexer
-            yum install httpd mod_ssl php php-gd php-mysql php-xml php-xmlrpc php-ldap php-process -y
 
     * Configure the web server daemon (httpd) to start automatically: