Bug dans les templates de VHOST pour le upload_tmp_dir

This commit is contained in:
Alan Garcia 2013-02-28 13:10:00 +00:00
parent 11c55c24b6
commit 865278167d
1 changed files with 1 additions and 1 deletions

View File

@ -6,7 +6,7 @@
<Directory "%%document_root%%">
php_admin_value open_basedir "%%account_root%%:/usr/share/php/"
php_admin_value upload_tmp_dir %%document_root%%/tmp
php_admin_value upload_tmp_dir %%account_root%%/tmp
php_admin_value sendmail_path '/usr/lib/alternc/sendmail "%%mail_account%%" '
Options +MultiViews -FollowSymLinks +SymLinksIfOwnerMatch
AllowOverride AuthConfig FileInfo Limit Options Indexes