From fa890139b8d259aab785f2566b1a64df5567a9a8 Mon Sep 17 00:00:00 2001 From: Daniel Berteaud Date: Fri, 27 Apr 2012 13:01:11 +0200 Subject: [PATCH] Use a sane max_execution_time --- root/etc/e-smith/templates/etc/httpd/conf/httpd.conf/98Ajaxplorer | 2 +- smeserver-ajaxplorer.spec | 5 ++++- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/root/etc/e-smith/templates/etc/httpd/conf/httpd.conf/98Ajaxplorer b/root/etc/e-smith/templates/etc/httpd/conf/httpd.conf/98Ajaxplorer index eb7fa48..c6567c6 100644 --- a/root/etc/e-smith/templates/etc/httpd/conf/httpd.conf/98Ajaxplorer +++ b/root/etc/e-smith/templates/etc/httpd/conf/httpd.conf/98Ajaxplorer @@ -42,7 +42,7 @@ $alias php_admin_value memory_limit 100M php_admin_value upload_max_filesize $maxsize php_admin_value post_max_size $maxsize - php_admin_value max_execution_time 86400 + php_admin_value max_execution_time 900 php_admin_value upload_tmp_dir /var/lib/ajaxplorer/tmp php_admin_value session.save_path /var/lib/ajaxplorer/tmp SSLRequireSSL on diff --git a/smeserver-ajaxplorer.spec b/smeserver-ajaxplorer.spec index c50cde7..e178364 100644 --- a/smeserver-ajaxplorer.spec +++ b/smeserver-ajaxplorer.spec @@ -2,7 +2,7 @@ # Name: Daniel Berteaud %define name smeserver-ajaxplorer -%define version 0.1.3 +%define version 0.1.4 %define release 1 Summary: sme server integration of ajaxplorer Name: %{name} @@ -29,6 +29,9 @@ Ajaxplorer is a rich-client browser for managing files on a web server This contrib works with the smeserver-shared-folders addon %changelog +* Fri Apr 27 2012 Daniel Berteaud 0.1.4-1 +- Use sane max_execution_time + * Wed Apr 18 2012 Daniel Berteaud 0.1.3-1 - Only update homedir ACL if required