Modification du template Apache pour utiliser le script sendmail
This commit is contained in:
parent
9526609ae5
commit
d424fe81c8
|
@ -6,6 +6,7 @@
|
|||
<Directory "%%document_root%%">
|
||||
php_admin_value open_basedir "%%account_root%%:/usr/share/php/:/var/alternc/tmp:/tmp"
|
||||
php_admin_value upload_tmp_dir %%document_root%%/tmp
|
||||
php_admin_value sendmail_path '/usr/lib/alternc/sendmail '
|
||||
Options +MultiViews -FollowSymLinks +SymLinksIfOwnerMatch
|
||||
AllowOverride AuthConfig FileInfo Limit Options Indexes
|
||||
</Directory>
|
||||
|
|
Loading…
Reference in New Issue