diff --git a/install/0.9.7/rhel/templates/web/apache_default.stpl b/install/0.9.7/rhel/templates/web/apache_default.stpl index a461b4c78..a01411e6c 100755 --- a/install/0.9.7/rhel/templates/web/apache_default.stpl +++ b/install/0.9.7/rhel/templates/web/apache_default.stpl @@ -15,10 +15,6 @@ AllowOverride All SSLRequireSSL Options +Includes -Indexes %cgi_option% - php_admin_value upload_tmp_dir %home%/%user%/tmp - php_admin_flag safe_mode off - php_admin_value session.save_path %home%/%user%/tmp - php_admin_value sendmail_path '/usr/sbin/sendmail -t -i -f %email%' AllowOverride All diff --git a/install/0.9.7/rhel/templates/web/apache_default.tpl b/install/0.9.7/rhel/templates/web/apache_default.tpl index db2fa53b5..2eb12b2ab 100755 --- a/install/0.9.7/rhel/templates/web/apache_default.tpl +++ b/install/0.9.7/rhel/templates/web/apache_default.tpl @@ -14,9 +14,6 @@ AllowOverride All Options +Includes -Indexes %cgi_option% - php_admin_value upload_tmp_dir %home%/%user%/tmp - php_admin_flag safe_mode off - php_admin_value session.save_path %home%/%user%/tmp php_admin_value sendmail_path '/usr/sbin/sendmail -t -i -f %email%'