Make sure output_buffering is disabled

This commit is contained in:
Daniel Berteaud 2013-10-03 11:39:18 +02:00
parent de33bd9fbd
commit 66dcd25331
1 changed files with 1 additions and 0 deletions

View File

@ -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