From b58c696a861b3339018532b48d80afd3efa870fa Mon Sep 17 00:00:00 2001 From: Serghey Rodin Date: Wed, 12 Dec 2012 19:24:12 +0200 Subject: [PATCH] removed basedir restrictions from default templates --- install/0.9.7/rhel/templates/web/apache_default.stpl | 1 - install/0.9.7/rhel/templates/web/apache_default.tpl | 2 -- 2 files changed, 3 deletions(-) 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 a01411e6..84dcd549 100755 --- a/install/0.9.7/rhel/templates/web/apache_default.stpl +++ b/install/0.9.7/rhel/templates/web/apache_default.stpl @@ -19,7 +19,6 @@ AllowOverride All - php_admin_value open_basedir none SSLEngine on SSLVerifyClient none SSLCertificateFile %ssl_crt% 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 2eb12b2a..dac4a382 100755 --- a/install/0.9.7/rhel/templates/web/apache_default.tpl +++ b/install/0.9.7/rhel/templates/web/apache_default.tpl @@ -14,12 +14,10 @@ AllowOverride All Options +Includes -Indexes %cgi_option% - php_admin_value sendmail_path '/usr/sbin/sendmail -t -i -f %email%' AllowOverride All - php_admin_value open_basedir none RMode config