The (Absolute) Minimum Basic Requirements
CRE Loaded 6.4 is designed to run on a so – called LAMP server. This is an acronym which means the server is set up with the Linux Operating system (L), the Apache web server (A), a MYSQL database, (M) and it can run PHP code. (P) The following versions of these components will be required for the proper running of CRE Loaded:
- The Linux Operating System
- The Apache Web Server version 1.3 or greater, with mod_ssl.
- MySQL database version 5.0.12 or greater.
- PHP 5.2. or greater
Secure Sockets Layer (SSL) Certificate.
NOTE. If you want to follow the RapidPCITM process, you must also have an SSL Certificate installed by your host. You will need to enable this during the install process.
These components must be compiled in:
- MySQL support
- PCRE support
- ZLIB support
- cURL support
- GD support - recommend the bundled GD library
- ICONV support
- EXIF support - optional, but required for full functionality
- FTP support - optional, but required for full functionality
The follow configuration settings can be set in the php.ini, httpd.conf or in the .htaccess, but they must be set as:
- Register_globals can be on or off, recommended setting is off
- safe_mode - must be off
- session.auto_start - must be off
- magic_quotes - must be off
- file_uploads - must be on
- allow_url_fopen - must be on
- allow_url_include – recommended setting is off