apache-httpd/zabbix: Set max_input_time.

At least the Zabbix 2.x web installer requires max_input_time to be set to 300
seconds. As it doesn't hurt to set it for the 1.x versions, I'm including it
here.

Signed-off-by: aszlig <aszlig@redmoonstudios.org>
This commit is contained in:
aszlig 2013-06-13 02:31:35 +02:00
parent 8990470951
commit a5c6a36466
No known key found for this signature in database
GPG Key ID: D0EBD0EC8C2DC961

View File

@ -28,6 +28,7 @@ in
''
post_max_size = 32M
max_execution_time = 300
max_input_time = 300
'';
extraConfig = ''