summaryrefslogtreecommitdiff
path: root/templates/vhosts/php_joomla
diff options
context:
space:
mode:
authorandreas <andreas@immerda.ch>2009-03-10 18:26:49 +0000
committerandreas <andreas@immerda.ch>2009-03-10 18:26:49 +0000
commit6c073d57f40f0cfd87fe6716ab01747b11e1ab32 (patch)
tree007d7dfa443d4d0218f397588e5726e95aeeb1a4 /templates/vhosts/php_joomla
parentdc936ca6f3ff3c25c3a6b7165d55290fbc1fcb24 (diff)
only gid for joomla
Diffstat (limited to 'templates/vhosts/php_joomla')
-rw-r--r--templates/vhosts/php_joomla/CentOS.erb1
1 files changed, 1 insertions, 0 deletions
diff --git a/templates/vhosts/php_joomla/CentOS.erb b/templates/vhosts/php_joomla/CentOS.erb
index aa0714e..a248f81 100644
--- a/templates/vhosts/php_joomla/CentOS.erb
+++ b/templates/vhosts/php_joomla/CentOS.erb
@@ -108,6 +108,7 @@
require valid-user
<%- end -%>
php_admin_flag engine on
+ php_admin_value safe_mode_gid on
php_admin_value open_basedir <%= 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 %>