فهرست منبع

removed php options from default templates

Serghey Rodin 13 سال پیش
والد
کامیت
931f23087f
2فایلهای تغییر یافته به همراه0 افزوده شده و 7 حذف شده
  1. 0 4
      install/0.9.7/rhel/templates/web/apache_default.stpl
  2. 0 3
      install/0.9.7/rhel/templates/web/apache_default.tpl

+ 0 - 4
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%'
     </Directory>
     <Directory %home%/%user%/web/%domain%/stats>
         AllowOverride All

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

@@ -14,9 +14,6 @@
     <Directory %docroot%>
         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%'
     </Directory>
     <Directory %home%/%user%/web/%domain%/stats>