zabbix_7.4_on_debian_12_with_ssl
Differences
This shows you the differences between two versions of the page.
| Next revision | Previous revision | ||
| zabbix_7.4_on_debian_12_with_ssl [2025/07/08 05:55] – created Fabián Rodríguez | zabbix_7.4_on_debian_12_with_ssl [2025/07/11 08:07] (current) – [3. Force HTTP to Redirect to HTTPS] Fabián Rodríguez | ||
|---|---|---|---|
| Line 13: | Line 13: | ||
| == Credits == | == Credits == | ||
| * Fabian Rodríguez, François Baillargeon (review) - [[https:// | * Fabian Rodríguez, François Baillargeon (review) - [[https:// | ||
| + | * Sources: | ||
| + | * [[https:// | ||
| + | * [[https:// | ||
| ==== 1. Configure Locales ==== | ==== 1. Configure Locales ==== | ||
| - | Set up '' | + | Set up '' |
| < | < | ||
| - | dpkg-reconfigure | + | # 1. Uncomment desired locale(s) in / |
| + | sed -i 's/^# *\(en_US.UTF-8 UTF-8\)/ | ||
| + | sed -i 's/^# *\(fr_FR.UTF-8 UTF-8\)/ | ||
| + | sed -i 's/^# *\(es_ES.UTF-8 UTF-8\)/ | ||
| + | |||
| + | # 2. Generate the locales | ||
| + | locale-gen | ||
| + | |||
| + | # 3. Set system-wide default locale | ||
| + | update-locale LANG=en_US.UTF-8 | ||
| + | |||
| + | # 4. restart the apache2 service | ||
| + | service apache2 restart | ||
| </ | </ | ||
| + | For more information about Zabbix language support, see [[https:// | ||
| ==== 2. Install MariaDB (Zabbix Database Backend) ==== | ==== 2. Install MariaDB (Zabbix Database Backend) ==== | ||
| Install the default MariaDB server package: | Install the default MariaDB server package: | ||
| Line 142: | Line 158: | ||
| Add inside ''< | Add inside ''< | ||
| < | < | ||
| - | Redirect "/" | + | Redirect "/" |
| </ | </ | ||
| Replace '' | Replace '' | ||
zabbix_7.4_on_debian_12_with_ssl.1751979316.txt.gz · Last modified: by Fabián Rodríguez
