47 lines
655 B
Plaintext
47 lines
655 B
Plaintext
INSTALLATION
|
|
============
|
|
|
|
|
|
Apache configuration
|
|
====================
|
|
|
|
|
|
|
|
PHP Configuration
|
|
=================
|
|
|
|
File upload
|
|
-----------
|
|
post_max_size = 50M
|
|
file_uploads = On
|
|
upload_max_filesize = 40M
|
|
max_file_uploads = 10
|
|
|
|
Session
|
|
-------
|
|
On sharing plateform, theses parameters must be specified to the best value for all web application
|
|
|
|
session.gc_maxlifetime = 86400
|
|
session.cookie_lifetime = 86400
|
|
|
|
Application must override the session.save_path to define it's own path.
|
|
|
|
|
|
WKHTMLTOPDF
|
|
-----------
|
|
|
|
Configure your environment
|
|
==========================
|
|
|
|
Temporary storage
|
|
-----------------
|
|
|
|
|
|
|
|
Static storage
|
|
--------------
|
|
|
|
|
|
|
|
|