Skip to content

Commit 931f230

Browse files
committed
removed php options from default templates
1 parent 35b56dd commit 931f230

File tree

2 files changed

+0
-7
lines changed

2 files changed

+0
-7
lines changed

install/0.9.7/rhel/templates/web/apache_default.stpl

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -15,10 +15,6 @@
1515
AllowOverride All
1616
SSLRequireSSL
1717
Options +Includes -Indexes %cgi_option%
18-
php_admin_value upload_tmp_dir %home%/%user%/tmp
19-
php_admin_flag safe_mode off
20-
php_admin_value session.save_path %home%/%user%/tmp
21-
php_admin_value sendmail_path '/usr/sbin/sendmail -t -i -f %email%'
2218
</Directory>
2319
<Directory %home%/%user%/web/%domain%/stats>
2420
AllowOverride All

install/0.9.7/rhel/templates/web/apache_default.tpl

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,6 @@
1414
<Directory %docroot%>
1515
AllowOverride All
1616
Options +Includes -Indexes %cgi_option%
17-
php_admin_value upload_tmp_dir %home%/%user%/tmp
18-
php_admin_flag safe_mode off
19-
php_admin_value session.save_path %home%/%user%/tmp
2017
php_admin_value sendmail_path '/usr/sbin/sendmail -t -i -f %email%'
2118
</Directory>
2219
<Directory %home%/%user%/web/%domain%/stats>

0 commit comments

Comments
 (0)