Oups, erreur pour le upload tmp dir
This commit is contained in:
parent
3377553014
commit
e63ef11215
|
@ -6,7 +6,7 @@
|
||||||
|
|
||||||
<Directory "%%document_root%%">
|
<Directory "%%document_root%%">
|
||||||
php_admin_value open_basedir "%%account_root%%:/usr/share/php/"
|
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%%" '
|
php_admin_value sendmail_path '/usr/lib/alternc/sendmail "%%mail_account%%" '
|
||||||
Options +MultiViews -FollowSymLinks +SymLinksIfOwnerMatch
|
Options +MultiViews -FollowSymLinks +SymLinksIfOwnerMatch
|
||||||
AllowOverride AuthConfig FileInfo Limit Options Indexes
|
AllowOverride AuthConfig FileInfo Limit Options Indexes
|
||||||
|
|
Loading…
Reference in New Issue