Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  1. Install the Required Linux Packages & PHP Modules

    1. If your web server is running a Red Hat-based OS, the required components can be installed with:For RHEL / CentOS 5
      Tip

      yum install httpd mod_ssl php php-gd php-mysql php-xml php-xmlrpc php-ldap -y

      For RHEL / CentOS 6
      Tip

      yum install httpd mod_ssl php php-gd php-mysql php-xml php-xmlrpc php-ldap php-process -y

...