This shows you the differences between two versions of the page.
Both sides previous revision Previous revision Next revision | Previous revision | ||
manual:installation:install_from_packages:debian_ubuntu [2018/05/11 12:31] dimir add Ubuntu bionic |
manual:installation:install_from_packages:debian_ubuntu [2018/09/11 08:19] (current) dimir [Frontend configuration] added php value max_input_vars |
||
---|---|---|---|
Line 20: | Line 20: | ||
**Note!** For Debian 8, substitute 'stretch' with 'jessie' in the commands. For Debian 7, substitute 'stretch' with 'wheezy' in the commands. | **Note!** For Debian 8, substitute 'stretch' with 'jessie' in the commands. For Debian 7, substitute 'stretch' with 'wheezy' in the commands. | ||
- | # wget http://repo.zabbix.com/zabbix/3.4/debian/pool/main/z/zabbix-release/zabbix-release_3.4-1+stretch_all.deb | + | # wget https://repo.zabbix.com/zabbix/3.4/debian/pool/main/z/zabbix-release/zabbix-release_3.4-1+stretch_all.deb |
# dpkg -i zabbix-release_3.4-1+stretch_all.deb | # dpkg -i zabbix-release_3.4-1+stretch_all.deb | ||
# apt update | # apt update | ||
- | For **Ubuntu 18.04 (bionic) **, run the following commands: | + | For **Ubuntu 18.04 (bionic)**, run the following commands: |
- | # wget http://repo.zabbix.com/zabbix/3.4/ubuntu/pool/main/z/zabbix-release/zabbix-release_3.4-1+bionic_all.deb | + | # wget https://repo.zabbix.com/zabbix/3.4/ubuntu/pool/main/z/zabbix-release/zabbix-release_3.4-1+bionic_all.deb |
# dpkg -i zabbix-release_3.4-1+bionic_all.deb | # dpkg -i zabbix-release_3.4-1+bionic_all.deb | ||
# apt update | # apt update | ||
Line 118: | Line 118: | ||
php_value upload_max_filesize 2M | php_value upload_max_filesize 2M | ||
php_value max_input_time 300 | php_value max_input_time 300 | ||
+ | php_value max_input_vars 10000 | ||
php_value always_populate_raw_post_data -1 | php_value always_populate_raw_post_data -1 | ||
# php_value date.timezone Europe/Riga | # php_value date.timezone Europe/Riga |