Go to file
2024-09-20 07:39:23 +00:00
.gitattributes - update to 6.0.33 2024-09-20 07:34:02 +00:00
.gitignore - update to 6.0.33 2024-09-20 07:34:02 +00:00
apache2-zabbix.conf - update to 6.0.33 2024-09-20 07:34:02 +00:00
README-SSL.SUSE - update to 6.0.33 2024-09-20 07:34:02 +00:00
README.SUSE - update to 6.0.33 2024-09-20 07:34:02 +00:00
rn6.0.0.html - update to 6.0.33 2024-09-20 07:34:02 +00:00
system-user-zabbix.conf - update to 6.0.33 2024-09-20 07:34:02 +00:00
zabbix-6.0.12-netsnmp-fixes.patch - update to 6.0.33 2024-09-20 07:34:02 +00:00
zabbix-6.0.31.tar.gz - update to 6.0.33 2024-09-20 07:34:02 +00:00
zabbix-6.0.33.tar.gz - update to 6.0.33 2024-09-20 07:34:02 +00:00
zabbix-agentd.service - update to 6.0.33 2024-09-20 07:34:02 +00:00
zabbix-java-gateway.service - update to 6.0.33 2024-09-20 07:34:02 +00:00
zabbix-java-gateway.sh - update to 6.0.33 2024-09-20 07:34:02 +00:00
zabbix-logrotate.in - update to 6.0.33 2024-09-20 07:34:02 +00:00
zabbix-proxy.service - update to 6.0.33 2024-09-20 07:34:02 +00:00
zabbix-server.service - update to 6.0.33 2024-09-20 07:34:02 +00:00
zabbix-tmpfiles.conf - update to 6.0.33 2024-09-20 07:34:02 +00:00
zabbix.changes - this version fixes CVE-2024-36461 and CVE-2024-22114 2024-09-20 07:39:23 +00:00
zabbix.spec - update to 6.0.33 2024-09-20 07:34:02 +00:00

zabbix-phpfrontend:
	To enable zabbix frontend in apache
	type in console:
		# a2enflag ZABBIX
	or if you want to remove it from apache configuration
	type in console:
		# a2enflag -d ZABBIX
		# service apache2 restart
	or reload if apache restart is too disrupting

	Please, make sure SSL is enabled and up in Apache2 config.
	You can get inspired by https://www.zabbix.com/documentation/4.0/manual/installation/requirements/best_practices.
	If you have Apache 2.4.30 or newer, it is even more simple: https://httpd.apache.org/docs/trunk/mod/mod_md.html.