Use a sane max_execution_time

tags/0.1.4 0.1.4
Daniel Berteaud 13 years ago
parent 3a7c33ee0e
commit fa890139b8
  1. 2
      root/etc/e-smith/templates/etc/httpd/conf/httpd.conf/98Ajaxplorer
  2. 5
      smeserver-ajaxplorer.spec

@ -42,7 +42,7 @@ $alias
php_admin_value memory_limit 100M php_admin_value memory_limit 100M
php_admin_value upload_max_filesize $maxsize php_admin_value upload_max_filesize $maxsize
php_admin_value post_max_size $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 upload_tmp_dir /var/lib/ajaxplorer/tmp
php_admin_value session.save_path /var/lib/ajaxplorer/tmp php_admin_value session.save_path /var/lib/ajaxplorer/tmp
SSLRequireSSL on SSLRequireSSL on

@ -2,7 +2,7 @@
# Name: Daniel Berteaud # Name: Daniel Berteaud
%define name smeserver-ajaxplorer %define name smeserver-ajaxplorer
%define version 0.1.3 %define version 0.1.4
%define release 1 %define release 1
Summary: sme server integration of ajaxplorer Summary: sme server integration of ajaxplorer
Name: %{name} 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 This contrib works with the smeserver-shared-folders addon
%changelog %changelog
* Fri Apr 27 2012 Daniel Berteaud <daniel@firewall-services.com> 0.1.4-1
- Use sane max_execution_time
* Wed Apr 18 2012 Daniel Berteaud <daniel@firewall-services.com> 0.1.3-1 * Wed Apr 18 2012 Daniel Berteaud <daniel@firewall-services.com> 0.1.3-1
- Only update homedir ACL if required - Only update homedir ACL if required

Loading…
Cancel
Save