From 66dcd25331bec33af62acac9e4a2bf364ba6063a Mon Sep 17 00:00:00 2001 From: Daniel Berteaud Date: Thu, 3 Oct 2013 11:39:18 +0200 Subject: [PATCH] Make sure output_buffering is disabled --- root/etc/e-smith/templates/etc/httpd/conf/httpd.conf/98Ajaxplorer | 1 + 1 file changed, 1 insertion(+) 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 17df497..4b68b3c 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 @@ -45,6 +45,7 @@ $alias 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 + php_admin_value output_buffering off SSLRequireSSL on Order deny,allow Deny from all