Novi Builder Web Server Requirements

To ensure the correct work of Novi Builder, your server should meet the following requirements

  • Apache 2.2+
  • PHP 5.4+

Apache Settings

  • Turn off ModSecurity module or other security modules
  • Turn on mod_rewrite module

PHP Settings

  • php_memory_limit = 64M
  • upload_max_filesize = 64M
  • post_max_size = 64M
  • max_input_time = 60
  • php_max_input_vars = 1000
  • max_execution_time = 30
  • short_open_tag = 1
  • error_reporting = E_ALL ^ E_WARNING

Related Articles