Prerequesite server software for Epistema products
Un article de EpistemaWiki.
Sommaire |
[modifier]
Apache
Apache 2.x needs to be installed. A note of caution should be said, that all version of apache don't fit well with all version of PHP :
| Apache 1.3.X | Apache 2.0.X | Apache 2.2.X | |
|---|---|---|---|
| PHP 4.X | OK | OK | |
| PHP 5 < 5.2.0 | OK | OK | |
| PHP 5 >= 5.2.0 | OK | OK | OK |
[modifier]
PHP
PHP 5.2 should be installed.
The following extensions should be activated:
- php_gd2
- php_ldap (only if a ldap integration is required)
- php_mbstring
- php_mysql
The following php settings should be set:
- short_open_tag = On
- display_errors = Off
- upload_max_filesize = 50M
- safe_mode = Off
- memory_limit = 128M
Also make sure that DOM is enabled in PHP. (The DOM chapter should be present in phpinfo)
[modifier]
MySQL
MySQL 5.x should be installed, with MyIsam and InnoDB support. Default database engine should be InnoDB.
[modifier]
SMTP server
A SMTP server should be available (though not necessarily on the same box). Authentificated SMTP will work.
[modifier]
Windows server
Please refer to this page if you install the application on a Windows system.
