From ee0f2695754839ae737069f5a1ddb26f3d3bc132 Mon Sep 17 00:00:00 2001 From: Janusz Dobrowolski Date: Wed, 18 Mar 2009 14:28:35 +0000 Subject: [PATCH] Comments on php.ini settings for CGI php mode. --- install.html | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/install.html b/install.html index 974bf8b..a61c378 100644 --- a/install.html +++ b/install.html @@ -27,6 +27,14 @@ system relies on. Classes are used extensively by this system. When sessions are required they are started by the system and this setting of session.auto_start can and should be set to 0. +
  • +For security reasons both Register Globals and Magic Quotes php settings +should be set to Off. When FrontAccounting is used with www server running +php as Apache module, respective flags are set in .htaccess file. When your +server uses CGI interface to PHP you should set +magic_quotes_gpc = 0 and +register_globals = 0 in php.ini file. +
  • Innodb tables must be enabled in the MySQL server. These tables allow database transactions which are a critical component of the software. This is -- 2.30.2