From 07406231e3b90b95cf7d683d9a46b5c016520c10 Mon Sep 17 00:00:00 2001 From: Eelco Dolstra Date: Fri, 17 May 2013 15:32:43 +0200 Subject: [PATCH] zabbix: Don't set the mbstring.func_overload option This breaks MediaWiki running in the same web server. Zabbix no longer seems to need it anyway. --- modules/services/web-servers/apache-httpd/zabbix.nix | 1 - 1 file changed, 1 deletion(-) diff --git a/modules/services/web-servers/apache-httpd/zabbix.nix b/modules/services/web-servers/apache-httpd/zabbix.nix index 385e9ab5644..6191d63584a 100644 --- a/modules/services/web-servers/apache-httpd/zabbix.nix +++ b/modules/services/web-servers/apache-httpd/zabbix.nix @@ -27,7 +27,6 @@ in '' post_max_size = 32M max_execution_time = 300 - mbstring.func_overload = 2 ''; extraConfig = ''