Ticket #889 (closed Bug: fixed)

Opened 3 years ago

Last modified 2 years ago

Advanced server configuration guide

Reported by: vipsoft Owned by: vipsoft
Priority: normal Milestone: Piwik 0.4.4
Component: Documentation Keywords:
Cc: Sensitive: no

Description (last modified by vipsoft) (diff)

If not already described elsewhere:

  • config.ini.php - overriding a setting from global.ini.php; unix_socket
  • bootstrap.php - setting PIWIK_INCLUDE_PATH, PIWIK_ENABLE_SESSION_START, PIWIK_DISPLAY_ERRORS
  • crossdomain.xml
  • .htaccess - http auth; session.auto_start

???

Attachments

bootstrap.php Download (1.5 KB) - added by vipsoft 2 years ago.
Sample bootstrap.php file

Change History

Changed 2 years ago by vipsoft

  • sensitive unset
  • milestone changed from 3- Surviving The Wild to 1 - Piwik 0.4.4

Changed 2 years ago by vipsoft

  • description modified (diff)

Changed 2 years ago by vipsoft

Changed 2 years ago by matt

Currently Error level report is hardcoded in the code and duplicated in different files. Instead, we should read the PHP level error reporting from the config file, eg.

[Debug]
; when set to 0, no error will be output in the Piwik interface. This is useful for users that do not want Piwik to show any error. 
; By default, we choose to display all PHP Warnings, Notices and error messages because it helps us find and diagnose bugs 
display_errors = 1 

Changed 2 years ago by vipsoft

Sample bootstrap.php file

Changed 2 years ago by vipsoft

  • owner set to vipsoft

Changed 2 years ago by vipsoft

  • status changed from new to closed
  • resolution set to fixed

Changed 2 years ago by matt

good stuff thanks.

are there interesting use cases for these? eg. inclusion in zend framework?

Note: See TracTickets for help on using tickets.