summaryrefslogtreecommitdiff
path: root/templates/vhosts/php/CentOS.erb
diff options
context:
space:
mode:
authorMarcel Haerry <haerry@puzzle.ch>2009-05-26 14:58:25 +0200
committerMarcel Haerry <haerry@puzzle.ch>2009-05-26 14:58:25 +0200
commitb232a1df036ae44237586ae565e25e5b69f1da0c (patch)
treed650681da9e4b0035e42c37aae258042eccded22 /templates/vhosts/php/CentOS.erb
parent046830e261f9e18d5bfa37fd10e20945e5d1368f (diff)
parent0544dfad7a8f7994c3d6d160b21130ff92fdbd8d (diff)
merged with immerda
Diffstat (limited to 'templates/vhosts/php/CentOS.erb')
-rw-r--r--templates/vhosts/php/CentOS.erb4
1 files changed, 2 insertions, 2 deletions
diff --git a/templates/vhosts/php/CentOS.erb b/templates/vhosts/php/CentOS.erb
index 39b5f36..5b444cd 100644
--- a/templates/vhosts/php/CentOS.erb
+++ b/templates/vhosts/php/CentOS.erb
@@ -38,7 +38,7 @@
require valid-user
<%- end -%>
php_admin_flag engine on
- php_admin_value open_basedir <%= documentroot %>:<%= real_php_upload_tmp_dir %>:<%= real_php_session_save_path %>
+ php_admin_value open_basedir /usr/share/php/Smarty/:<%= documentroot %>:<%= real_php_upload_tmp_dir %>:<%= real_php_session_save_path %>
php_admin_value upload_tmp_dir <%= real_php_upload_tmp_dir %>
php_admin_value session.save_path <%= real_php_session_save_path %>
</Directory>
@@ -98,7 +98,7 @@
require valid-user
<%- end -%>
php_admin_flag engine on
- php_admin_value open_basedir <%= documentroot %>:<%= real_php_upload_tmp_dir %>:<%= real_php_session_save_path %>
+ php_admin_value open_basedir /usr/share/php/Smarty/:<%= documentroot %>:<%= real_php_upload_tmp_dir %>:<%= real_php_session_save_path %>
php_admin_value upload_tmp_dir <%= real_php_upload_tmp_dir %>
php_admin_value session.save_path <%= real_php_session_save_path %>
</Directory>