This page should help you to check whether your installation is properly configured. Once your installation is running, you should remove this file or restrict its access, since it could give details about your setup to anybody.
| PHP Tag name | Local value | Suggested/Required value |
|---|---|---|
| file_uploads | 1 | 1 |
| magic_quotes_gpc | 1 | 1 |
| register_globals | 1 | 1 |
| register_long_arrays | 1 | 1 |
| post_max_size | 8M | 3M |
| upload_max_filesize | 2M | 3M |
| Conf variable | Current value | Is required? |
|---|---|---|
| sys_default_domain | localhost | 1 |
| sys_https_host | 0 | |
| sys_dbhost | localhost | 1 |
| sys_dbname | savane | 1 |
| sys_dbuser | mysqluser | 1 |
| sys_dbpasswd | ************** | 1 |
| sys_www_topdir | /usr/share/savane-frontend | 1 |
| sys_url_topdir | /savane | 1 |
| sys_incdir | /usr/share/savane-specific-content | 1 |
| sys_name | Test Savane Installation | 1 |
| sys_unix_group_name | siteadmin | 1 |
| sys_themedefault | Emeraud | 1 |
| sys_mail_domain | free.fr | 1 |
| sys_mail_admin | root | 1 |
| sys_mail_replyto | guillaume.bailleul | 1 |
| sys_upload_max | 0 |
| PHP Tag name | Local value | Suggested/Required value |
|---|---|---|
| allow_url_fopen | 0 | 0 |
| disable_functions | exec, passthru, popen, shell_exec, system (can be set in php.ini or httpd.conf - but not in .htaccess) | |
| display_errors | 0 | 0 |
| error_reporting | 2047 | 85 (can be set in php.ini, .htaccess or httpd.conf) |
| log_errors | 1 | 1 |