Просмотр исходного кода

removed basedir restrictions from default templates

Serghey Rodin 13 лет назад
Родитель
Сommit
b58c696a86

+ 0 - 1
install/0.9.7/rhel/templates/web/apache_default.stpl

@@ -19,7 +19,6 @@
     <Directory %home%/%user%/web/%domain%/stats>
         AllowOverride All
     </Directory>
-    php_admin_value open_basedir none
     SSLEngine on
     SSLVerifyClient none
     SSLCertificateFile %ssl_crt%

+ 0 - 2
install/0.9.7/rhel/templates/web/apache_default.tpl

@@ -14,12 +14,10 @@
     <Directory %docroot%>
         AllowOverride All
         Options +Includes -Indexes %cgi_option%
-        php_admin_value sendmail_path '/usr/sbin/sendmail -t -i -f %email%'
     </Directory>
     <Directory %home%/%user%/web/%domain%/stats>
         AllowOverride All
     </Directory>
-    php_admin_value open_basedir none
 
     <IfModule mod_ruid2.c>
         RMode config