Open timani opened 9 years ago
Install and configure PHP on the for the Drupal/WordPress site.
php-elastic
php-mongo
upload_max_filesize
short_open_tag
max_input_vars
session.use_cookies
session.use_only_cookies
session.use_strict_mode
php-elastic is not module native for PHP, but there are many modules from composer for php
Objective
Install and configure PHP on the for the Drupal/WordPress site.
PHP Modules
php-elastic
php-mongo
php-mongo
PHP Core Configuration
upload_max_filesize
= 2Mshort_open_tag
= 0max_input_vars
= 1000PHP Session Configuration
session.use_cookies
= 1session.use_only_cookies
= 1session.use_strict_mode
= 0